JS总结之一:字符串的调用方法 字符串的调用方法:var s=”hello, world”;document.write(s.charAt(0)); //第一个字符document.write(s.charA … Continue reading JS总结之一:字符串的调用方法