会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
落雨
见贤思齐,见不贤常思自省
首页
新随笔
联系
管理
2016年11月4日
nodejs发送请求
摘要: ```js const https = require('https'); var options = { hostname: 'registry.yarnpkg.com', port: 443, path: '/', method: 'GET' }; var req = https.request(options, (res) => { console.log('stat...
阅读全文
posted @ 2016-11-04 10:39 _落雨
阅读(1630)
评论(0)
推荐(0)
编辑
公告