12 2019 档案

摘要:用法: var attachments = res.attachments[0]; //拿到附件的一些参数 var download = function(attachments) { //定义的一个下载附件方法 if (attachments && !attachments.attachmentU 阅读全文
posted @ 2019-12-24 16:10 chchchc 阅读(1175) 评论(0) 推荐(0)
摘要:(function(window) { /** 下载文件 @method app.download @static @param option {object} @param option.url {string} 下载的地址 */ app.download = function(option) { 阅读全文
posted @ 2019-12-23 10:02 chchchc 阅读(2232) 评论(0) 推荐(0)
摘要:如: $("#"+attachId).on('click', function() { params1 = []; params1.push(this.src+"&ran="+new Date().valueOf()); //用&符号连接起来 后面这串就是盖时间戳的写法 console.log('p 阅读全文
posted @ 2019-12-04 15:44 chchchc 阅读(384) 评论(0) 推荐(0)