var n = 0; do{ var name = arr[n]; var hello = 'Hello'+ name + '!'; alert(hello); n = n + 1; }while(n < arr.length);
Sign in to make a reply
丁香园GDMC站