$str='2016,北京欢迎您fromaroundyou..';preg_match_all('/[\x{4e00}-\x{9fff}]+/u',$str,$matches);$str=join('',$matches[0]);//输出北京欢迎您