方法/步骤
85行
$toptypedir = GetPinyin(stripslashes($toptypename));
修改为
$toptypedir = GetPinyin(stripslashes($toptypename),1);
108 行
$typedir = $toptypedir.'/'.GetPinyin(stripslashes($v));
修改为
$typedir = $toptypedir.'/'.GetPinyin(stripslashes($v),1);
134行
$toptypedir = GetPinyin(stripslashes($toptypename));
修改为
$toptypedir = GetPinyin(stripslashes($toptypename),1);
187行
$typedir = GetPinyin(stripslashes($typename));
修改为
$typedir = GetPinyin(stripslashes($typename),1);
END
注意事项
修改完成后赶快保存去试试吧,是不是很简单呢?
如果本文对你有帮助,欢迎打赏本站