TA贡献5条经验 获得超2个赞
17行的错误是 Strict Standards will be thrown out if you put exploded array in array_pop:
决解
// 请忽略我的蹩脚命名
$test = explode('.', $name);
$ext = array_pop($test);
TA贡献3条经验 获得超1个赞
懂了懂了,要创建路径。。。
举报