摘要: 来源于https://www.jb51.net/article/128647.htm 打开google 搜索"ajaxFileupload' ‘多文件上传"可以搜到许许多多类似的,那我为什么还要写一下呢?一个是对之前大神的贡献表示感谢;二个是自己知识的总结;三个是自己在原有的基础上改动了下,在此记录 阅读全文
posted @ 2018-06-11 14:53 杰_森 阅读(935) 评论(0) 推荐(0) 编辑
摘要: //$('body').on('change', '.upload_image', function(){ // alert(111); // // var is_length = $('.upload-img-list').length; // // if (is_length > 8) { // new $.flavr({ // title : '... 阅读全文
posted @ 2018-06-11 14:38 杰_森 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 一、正常的字符串转换成数组 二、数组格式的字符串转换成数组 var str = “【’1‘,’2‘,’3‘】”; var arr = eval ("(" + str + ")"); 三、讲数组转换成字符串 阅读全文
posted @ 2018-06-11 11:48 杰_森 阅读(236) 评论(0) 推荐(0) 编辑