PHP告诉我不建议使用split,我应该使用哪种替代方法?
explode 是另一种选择。但是,如果您打算通过 正则表达式 进行拆分,则可以选择替代方法 preg_split 。
explode
preg_split