php7 环境下,使用ereg_replace方法,会报错: Deprecated: Function ereg_replace(). 解决办法是: 用 preg_replace 替换 ereg_replace.
確定! 回上一頁