JS使用正则表达式截取字符串中的中文

var introduction = table[i]["a_content"].replace(/[^\u4e00-\u9fa5]/gi, "");

posted @ 2014-05-20 11:05  Curious  阅读(1344)  评论(0编辑  收藏  举报