文档
-
https://uniapp.dcloud.net.cn/api/media/image.html#chooseimage
-
https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.chooseImage.html文章来源:https://www.toymoban.com/news/detail-757221.html
代码示例文章来源地址https://www.toymoban.com/news/detail-757221.html
const res = await uni.chooseImage({
count: 1, //默认9
sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
sourceType: ['album', 'camera'], //从相册选择
});
// res.tempFilePaths
到了这里,关于微信小程序:chooseimage从本地相册选择图片或使用相机拍照的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!