Discuss / JavaScript / 比较笨的

比较笨的

Topic source

ApacheTomCat

#1 Created at ... [Delete] [Delete and Lock User]
在此插入代码
<pre><code>var i, x;
for (i=0; i<arr.length; i++) {
    x = arr[i];
    alert('hello, ' + x + '!');
}</code></pre>

  • 1

Reply