转义字符:s2 = s2.replace("src=\"/","src=\""+url);

\"  => "

以上代码含义: 将src="/  替换成 src="http://localhost:8080/BNCAR2/

相关文章: