赞
踩
var str = "温馨提示:您的手机已于2017-10-14 7:30分欠费20元;您的手机已于2017-10-14 8:30分欠费30元;您的手机已于2017-10-14 9:30分欠费40元;"; var reg = /[;;]/g; str=str.replace(reg,"$&\r\n"); console.log(str);