
微信小程序
啃书_啃啃
这个作者很懒,什么都没留下…
展开
-
微信小程序无法调用数据API | 测试调用API方式错误
wx.request({ url: 'https://apis.juhe.cn/simpleWeather/query?city=北京&key=xxxxxxxx', success: (resp) => { let arrs = resp.data.result; console.log("===================="); //不能这么写:console.log("arrs:"+arrs);原创 2021-09-22 23:48:58 · 814 阅读 · 0 评论 -
微信小程序出错out of memory解决
解决方法:重启编辑器就是把这个"微信开发者工具"关了再启动~原创 2021-09-07 16:06:31 · 1744 阅读 · 0 评论 -
微信小程序使用有道翻译接口的方法
有道翻译接口:http://fanyi.youdao.com/translate?&doctype=json&type=AUTO&i=可以在浏览器中输入以上网址进行尝试e.g.在地址栏输入:http://fanyi.youdao.com/translate?&doctype=json&type=AUTO&i=你好页面显示如下:.wxml的部分代码如下<form catchsubmit="submit"> <button f原创 2020-11-06 22:23:14 · 1727 阅读 · 0 评论