六道轮回的博客

2017年7月6日

js对变量的解析

摘要: js对自定义变量的解析 一、字符串拼接 二、用${}进行解析 注意这个``不是单引号,而是反引号(``) 阅读全文

posted @ 2017-07-06 16:41 Y.S.Z 阅读(801) 评论(0) 推荐(0) 编辑

NodeJS学习笔记-创建Web服务

摘要: const http = require('http');const hostname = '127.0.0.11';const port = 7798;const server = http.createServer((req, res) => { res.statusCode = 200; re 阅读全文

posted @ 2017-07-06 16:40 Y.S.Z 阅读(200) 评论(0) 推荐(0) 编辑

导航