摘要: /** * desription 压缩图片 * @param sting $imgsrc 图片路径 * @param string $imgdst 压缩后保存路径 */ function image_png_size_add($imgsrc,$imgdst){ list($width,$height,$type) = getimagesize($imgsrc); $n... 阅读全文
posted @ 2019-02-21 11:51 target_lyl 阅读(726) 评论(0) 推荐(0)
摘要: <html> <head> <meta charset="UTF-8"> <meta name="format-detection" content="telephone=no"> <meta name="viewport" content="width=device-width,initial-s 阅读全文
posted @ 2019-01-23 15:40 target_lyl 阅读(298) 评论(0) 推荐(0)
摘要: function get_cache_size(t){ t = t == undefined ? "l" : t; var obj = ""; if(t==='l'){ if(!window.localStorage) { console.log('浏览器不支持localStorage'); }else{ ... 阅读全文
posted @ 2019-01-07 19:05 target_lyl 阅读(7114) 评论(0) 推荐(0)
摘要: 事件监听的效果: 1.比如跳转到其它页面中,会有个提前监听。 2.当页面本身刷新时,也有个监听 阅读全文
posted @ 2019-01-07 19:00 target_lyl 阅读(636) 评论(0) 推荐(0)