摘要: html <div class="img_box"> <img src="" id="scimg" onclick="upimg()"> <input type="file" class="noshow" id="uploadimg"> <input type="hidden" name="head 阅读全文
posted @ 2020-04-20 13:25 张永峰z 阅读(530) 评论(0) 推荐(0) 编辑
摘要: 直接上代码 1 /*保存*/ 2 function keep(){ 3 var form = new FormData(); /*添加数据*/ 4 form.append('qq',$("#qq").val()); //qq 5 form.append('wx',$("#wx").val()); / 阅读全文
posted @ 2020-04-20 13:19 张永峰z 阅读(2074) 评论(0) 推荐(0) 编辑