2018年1月18日
摘要: PHP方法: /** * 七牛云商品图片删除2017/10/25 */ public function delGoodsImg() { $this->isShopLogin(); $img = I("imgUrl"); $res = $this->qiNiuDelImg($img); if ($res['status'] != 1) { //七牛里没有图... 阅读全文
posted @ 2018-01-18 10:25 刘世涛6192 阅读(4353) 评论(0) 推荐(0) 编辑
摘要: 引入: <script src="__PUBLIC__/plugins/qiniu/plupload/plupload.full.min.js"></script><script src="__PUBLIC__/plugins/qiniu/qiniu.js"></script><script src 阅读全文
posted @ 2018-01-18 10:18 刘世涛6192 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: var imgSrc = $(this).parent().children('img').attr('src');var index = imgSrc.lastIndexOf("\/");var name = imgSrc.substring(index + 1,imgSrc.length); 阅读全文
posted @ 2018-01-18 10:17 刘世涛6192 阅读(1293) 评论(0) 推荐(0) 编辑