码迷,mamicode.com
首页 > 其他好文 > 详细

node --express处理get和post

时间:2019-12-28 18:57:43      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:res   form   color   span   mon   word   font   family   for   

<!DOCTYPE html>
<html lang="en">
<head>
    
    
    
    <meta charset="UTF-8">
    <title>Document</title>
</head>

</html><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style>        
    </style>
</head>
<body>
<form action="http://localhost:3000/login" method="get">
    用户名:<input type="text" name="username"><br>
     密码 :<input type="text" name="password"><br>
     <input type="submit" value="提交"></input>
</form>
</body>
</html>

创建public文件夹放入html文件

<!DOCTYPE html>
<html lang="en">
<head>
    
    
    
    <meta charset="UTF-8">
    <title>Document</title>
</head>

</html><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style>        
    </style>
</head>
<body>
<form action="http://localhost:3000/login" method="get">
    用户名:<input type="text" name="username"><br>
     密码 :<input type="text" name="password"><br>
     <input type="submit" value="提交"></input>
</form>
</body>
</html>

 

<!DOCTYPE html>
<html lang="en">
<head>
    
    
    
    <meta charset="UTF-8">
    <title>Document</title>
</head>

</html><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style>     
    </style>
</head>
<body>
<form action="http://localhost:3000/login" method="get">
    用户名:<input type="text" name="username"><br>
     密码 :<input type="text" name="password"><br>
     <input type="submit" value="提交"></input>
</form>
</body>
</html>

node --express处理get和post

标签:res   form   color   span   mon   word   font   family   for   

原文地址:https://www.cnblogs.com/hack-ing/p/12112517.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!