摘要: <?php function getImg($url, $fileName=''){ if($url=='') die('地址参数错误'); if($fileName == ''){ $ext_name = strrchr($url, '.'); $allow_ext = ['.gif', '.jp 阅读全文
posted @ 2020-04-09 10:51 我只沾花不惹草 阅读(485) 评论(0) 推荐(0)