摘要: 在web服务中,提交表达和数据时,get和post是非常常用的两种服务。现用nodejs实现这两个服务。一、get操作app.html:<html> <head> <title>登陆页面</title> </head> <body> <form action="check" method="get"> <p>First name: <input type="text" name="fname" /></ 阅读全文
posted @ 2012-05-07 21:37 lengyuhong 阅读(2721) 评论(0) 推荐(0)