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
相关文章
相关标签/搜索