获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 开发者工具设置为GBK编码,代码中有中文编译报错?
将开发者工具设置为GBK编码后,代码中有中文,编译时报错: [ appservice 生成错误] pages/index/index.js: pages/index/index.js file is not in UTF-8 encoding。 请问微信小程序是必须使用UTF-8编码吗?
01-22 - 安卓真机上OPTIONS方法发出的请求data为什么是空的?
微信版本:8.0.23 示例代码: var data = 'test for options body'; wx.request({ url: app.globalData.upstream_host + "/case1", method: 'OPTIONS', data: data, success :function(res) { }, fail: function(res) { }, } )
2023-07-25