07 2022 档案

摘要:app.js // app.js App({ sessionCallBack:null, onLaunch() { // 展示本地存储能力 const logs = wx.getStorageSync('logs') || [] logs.unshift(Date.now()) wx.setStor 阅读全文
posted @ 2022-07-31 23:23 惋奈 阅读(527) 评论(0) 推荐(0) 编辑
摘要:一、小程序传输图片到后端 使用api:wx.chooseMedia (选择本地照片/拍摄照片), wx.uploadFile (上传文件) wx.chooseMedia: https://developers.weixin.qq.com/miniprogram/dev/api/media/video 阅读全文
posted @ 2022-07-31 23:17 惋奈 阅读(3272) 评论(2) 推荐(0) 编辑
摘要:python中的数据结构Dict和Set使用hash存储,无法按有序状态遍历。可以使用OrderedDict使字典变为有序,用sort方法使set还原顺序。 一、OrderedDict python3.6之后,可以通过from collections import OrderedDict,使用有序字 阅读全文
posted @ 2022-07-07 11:02 惋奈 阅读(703) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示