camera api (含图片预览)参考地址主要为利用input type=file, accept="image*" 进行处理图片预览方式(两种)const file = e.target.files[0]