替换换行符:
title = title.replace(/[\r\n/]/g,'').replace(/[\n]/g,'').replace(/[\r\n/]/g,'').replace(/[\n]/g,'');
查找字符串:
a="hello string";a.indexOf("string");
本文共 200 字,大约阅读时间需要 1 分钟。
替换换行符:
title = title.replace(/[\r\n/]/g,'').replace(/[\n]/g,'').replace(/[\r\n/]/g,'').replace(/[\n]/g,'');
查找字符串:
a="hello string";a.indexOf("string");
转载于:https://www.cnblogs.com/ccdc/p/4033624.html