在微信小程序调用 wx.request() 方法,传入的参数的 data 属性不能是字符串 function. wx.request({ url: "http://localhost/", data: "function" }); // error: data should not be Function 初步判断可能忘记调用 typeof 了。 相关代码如下图。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。