获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 云数据库 类型装换 没有 $.convert $.toInt ?
db.collection('todo').aggregate().addFields({ suid : $.convert({'input': '$uid', 'to': 'String'}), }) uid 本身是Number , MongoDB中类型转换的$.convert $.toInt 都提示TypeError: $.convert is not a function 请教云数据库的字段怎么进行类型转换?
2021-06-28 - 小程序不支持TextDecoder?
下载云存储的json文件,涉及汉字转码问题,开发工具上完整运行 let gbk = new TextDecoder('gbk').decode(new Uint8Array(res.data)) //这里把gbk文件读入转换成了utf8的String 真机上 TypeError: TextDecoder is not a constructor 求高手解答
2020-10-16