Say I have the following JavaScript in a HTML page <html> <script> var i=0; function data() { i++; var id="form"+i; } </script> <body> <a href="#x" ...
確定! 回上一頁