Commit b1c5e30e authored by xishifeng's avatar xishifeng

优化处理2

parent ba2f04f6
......@@ -278,5 +278,5 @@ function urlDeal(urlStr, httpStr) {
}
function dealPunctuation(str) {
return str.replace(/!!!!!/g, '').replace(/!!!!!/g, '').replace(/?????/g, '').replace(/?????/g, '').replace(/。。。。。/g, '');
return str.replace(/!!!!!/g, '').replace(/!!!!!/g, '').replace(/\?\?\?\?\?/g, '').replace(/?????/g, '').replace(/。。。。。/g, '');
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment