使用 Node.js 写一个服务器程序,用来返回一个不大于给定数的随机数。
程序代码为:
1 | // these modules need to be imported in order to use them. |
在命令行执行此js脚本
1 | node xxx.js |
然后,在客户端,在地址栏输入
1 | http://localhost:80?number=46 |
使用 Node.js 写一个服务器程序,用来返回一个不大于给定数的随机数。
程序代码为:
1 | // these modules need to be imported in order to use them. |
在命令行执行此js脚本
1 | node xxx.js |
然后,在客户端,在地址栏输入
1 | http://localhost:80?number=46 |