摘要: $str = ‘北京欢迎您6666666’; echo preg_replace('/([\x80-\xff]*)/i','',$str); 结果为: 6666666 阅读全文
posted @ 2022-01-21 14:18 79524795 阅读(30) 评论(0) 推荐(0) 编辑