我刚刚听说了 node.js,我做了一些非常好的例子,现在我想创建一个带有会话功能的登录页面。暂时我更喜欢在我的代码中使用恒定的用户名和密码作为 var un ="admin"; 密码="123456";
请帮助我,我很新谢谢
我刚刚听说了 node.js,我做了一些非常好的例子,现在我想创建一个带有会话功能的登录页面。暂时我更喜欢在我的代码中使用恒定的用户名和密码作为 var un ="admin"; 密码="123456";
请帮助我,我很新谢谢
Check out Expressjs as a framework for building your web servers. In the "examples" folder of the GitHub Repo it shows an example of how to include session support and authorization.