A.whileB.do...while()C.forD.foreach()
A.back()B.forward()C.go()D.javaScript:go()
A.substr 方法用來截取指定長度的子字符串B.substring 方法用來截取指定長度的子字符串C.substr 方法用來截取指定范圍的子字符串D."hello world!".substring(5)是用來截取0到4的子字符串