摘要: /** * Created by Administrator on 2016/12/28. */ //使用ES6的语法,必须使用严格模式 "use strict";//r若使用let的局部变量的时候一定要使用严格模式 //引入http模块 http通信 //var 定义全局变量 let定义局部变量 const定义常量 const http=require("http"); con... 阅读全文
posted @ 2016-12-28 20:05 potato~e-e 阅读(232) 评论(0) 推荐(0) 编辑