php練習題

//獲取文件或則url的後綴名 方法一 function getfiles1($file) { $arr = parse_url("$file"); $path = $arr['path']; $str = explode(".", $path); return array_pop($str); } $file = "E:\huiren\statics\js\huiren\back.j
相關文章
相關標籤/搜索