摘要:
https://www.jianshu.com/p/2e80c96ce712 阅读全文
摘要:
<div class="df mb20"> <input type="text" readonly placeholder="请选择图片" class="form-control col-sm-6"> <input type="text" style="width: 100px;" readonly 阅读全文
摘要:
//单图片上传$('#cover').on('change',function(){ var filePath = $(this)[0].files[0].name //获取到input的value,里面是文件的路径 var fileFormat = filePath.split('.')[1].t 阅读全文