摘要:
封装模块 weather.js /* 调用第三方:获取天气 */ const http = require('http'); exports.queryWeather = (cityCode,callback)=>{ let options = { protocol:'http:', hostnam 阅读全文
posted @ 2020-10-28 10:00
mrtransition
阅读(136)
评论(0)
推荐(0)
摘要:
服务器发送请求 模块:http 示例 /* 从服务器主动发送请求 http.request(options[, callback]) */ const http = require('http'); const path = require('path'); const fs = require(' 阅读全文
posted @ 2020-10-28 09:59
mrtransition
阅读(151)
评论(0)
推荐(0)

浙公网安备 33010602011771号