摘要: 第一天 一. 使用http模块API 1. 回调响应 // 不推荐使用 res.write('hello') res.write(' world') res.end() // 推荐使用 res.end('hello world') 4. 设置Content-Type (text/plain)数据类型 阅读全文
posted @ 2020-03-22 17:06 对·味 阅读(405) 评论(0) 推荐(0)