php函数explode将换行符分割成为数组 Posted on 2020-12-10 by 风筝 通过表单textarea输入框获取到文本内容后,使用explode(‘\r\n’, $str)对字符串内容进行分割, 发现\r\n,n,\r都无法分割。 [……] 阅读详情