class="lang-js">var msg='hello';//请问这行是啥意思? for (var i=0; i<10; i++) { var msg='hello'+i*2+i; } alert(msg); 查看完整描述