wx.request{}里的url只能写http开头的吗?
wx.request{}里的url只能写http开头的吗?可以读取本地文件吗?该怎么写?
例如这种
wx.request({
url: '../../data/test'
headers: {
'Content-Type': 'application/json'
},
2 回复
wx.request{}里的url只能写http开头的吗?可以读取本地文件吗?该怎么写?
例如这种
wx.request({
url: '../../data/test'
headers: {
'Content-Type': 'application/json'
},