javascript for 循环 JavaScript 正则表达式RegExp的ignoreCase属性 JavaScript 正则表达式RegExp的lastIndex属性 javascript for 循环 <html> <body> <script type = "text/javascript"> <!-- var count; document.write("Starting Loop" + "<br />"); for(count = 0; count < 10; count++) { document.write("Current Count : " + count ); document.write("<br />"); } document.write("Loop stopped!"); //--> </script> <p>Set the variable to different value and then try...</p> </body> </html> JavaScript 正则表达式RegExp的ignoreCase属性 JavaScript 正则表达式RegExp的lastIndex属性