摘要: /* * 图片上传 * */ function postImgData() { $("#addFileInfo input[name='file']").change(function () { console.log($(this).val()) if (!$(this).val()) { ret 阅读全文
posted @ 2017-09-20 16:42 码我滴码 阅读(243) 评论(0) 推荐(0)
摘要: //获取url中的参数 function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg 阅读全文
posted @ 2017-09-20 16:31 码我滴码 阅读(115) 评论(0) 推荐(0)