for( var name in obj) { document.write(name+": "+obj[name]+"<br />"); }
//
substring(from, to)方法返回的是一个长度为to-from的子串。