脚 本 之 家 www.jb51.net
页面导航:  不限条件-->while语句
本地搜索:
while语句:[code]var i = 1; while(i<10) {     document.write(i);     i++; } [/code]dowhile语句: [code]var i = 1; do {     document.write(i);   &nbs...
http://www.jb51.net//article/13091.htm
共有:1/10,当前1/1页  [首页] [上一页] 1 [下一页] [尾页] 转到: