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