今天遇到了一个很难处理,就是在上传头像时,已经将图片裁剪完成,保存本地时HTC M8型号手机中提示找不到路径,其他型号的手机都没问题,请求大神们解答!(一个是获取sd卡路径,与/data/data这两个路径全都尝试了!)
PHP中文网2017-04-17 17:54:28
External storage has changed. It used to be "/sdcard". As mobile phone ROMs become larger and larger, there is no need to install an sd card. The real paths have become /storage/sdcard0 and /storage/sdcard1, which are the SD card and the ROM that comes with the phone. However, during this transition period, /sdcard was used to add a shortcut link to the subsequent real path, but not all mobile phones have this link.