替换换行符:
title = title.replace(/[ /]/g,'').replace(/[ ]/g,'').replace(/[ /]/g,'').replace(/[ ]/g,'');
查找字符串:
a="hello string";
a.indexOf("string");
替换换行符:
title = title.replace(/[ /]/g,'').replace(/[ ]/g,'').replace(/[ /]/g,'').replace(/[ ]/g,'');
查找字符串:
a="hello string";
a.indexOf("string");