小程序
小游戏
企业微信
微信支付
扫描小程序码分享
如果用浏览器,输入 \\192.168.110.4/scan/11.txt 可以访问到局域网内的该电脑的共享文件,用以下方法不可以,是因为还有什么限制吗?
wx.downloadFile({
url: 'http://192.168.110.4:80/scan/11.txt',
success(res) {
console.log('111', res)
},
fail(res1) {
console.log('222', res1)
})
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
不可以报啥错
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
不可以报啥错
wx.request({
url: 'http://192.168.110.201/get_json',
success(res) {
console.log('服务1123', res.data)
},
fail(res1) {
console.log('服务1124', res1.data)
}
})
这个可以