摘要: 1.使用正则表达式删除 1 $text = preg_replace('/\r\n|\r|\n/','',$text); 1 $text = preg_replace('/\r\n|\r|\n/','',$text); 1 $text = preg_replace('/\r\n|\r|\n/','' 阅读全文
posted @ 2019-05-27 00:23 Vitascope 阅读(83) 评论(0) 推荐(0) 编辑