摘要: 点击链接 阅读全文
posted @ 2017-08-21 15:59 火影-自来也 阅读(148) 评论(0) 推荐(0)
摘要: function resizeImage($im,$maxwidth,$maxheight,$name,$filetype) { $pic_width = imagesx($im); $pic_height = imagesy($im); if(($maxwidth && $pic_width > $maxwidth) || ($maxheight && $pic_height... 阅读全文
posted @ 2017-08-12 14:30 火影-自来也 阅读(197) 评论(0) 推荐(0)
摘要: {$total} times"; ?> 阅读全文
posted @ 2017-08-12 09:01 火影-自来也 阅读(117) 评论(0) 推荐(0)
摘要: 上传速卖通关联时。 应采取这种方式: <p style="font-size:0.0px;color:#ecf0c1;">dianxiaobao_1</p> 关联营销代码 <p style="font-size:0.0px;color:#ecf0c1;">dianxiaobao_2</p> 不要采取 阅读全文
posted @ 2017-08-11 16:55 火影-自来也 阅读(93) 评论(0) 推荐(0)
摘要: 开头匹配并替换成汉字:preg_replace('/<p\s*style\s*=\s*"\s*font-size\s*:[^;]*;\s*color\s*:\s*#ecf0c1\s*;\s*"\s*>\s*dianxiaobao_1\s*<\/p>/',"你",$str); 结尾匹配并替换成汉字:p 阅读全文
posted @ 2017-08-11 16:49 火影-自来也 阅读(144) 评论(0) 推荐(0)