var reg = /\[[^\]]*\]/g; msg=msg.replace(reg,'');
替换两个字段串【】中的字附
如“【2015-07-21 00:00】这个是新闻发布时间“
替换后变为"这个是新闻发布时间"