課程
/前端開(kāi)發(fā)
/JavaScript
/JavaScript進(jìn)階篇
大家多交流
2014-05-19
源自:JavaScript進(jìn)階篇 4-10
正在回答
if (infos[i][j] == '大一' &&? infos[i][j] == '女') {
? ? document.write(infos[i]+'<br>');
? ? };
為什么無(wú)輸出
舉報(bào)
本課程從如何插入JS代碼開(kāi)始,帶您進(jìn)入網(wǎng)頁(yè)動(dòng)態(tài)交互世界
2 回答mystr.substr(0,5)
2 回答setInterval("clock()",1000)
5 回答函數(shù)語(yǔ)法中的while片段該如何理解?
3 回答關(guān)于.innerHTML使用場(chǎng)合的問(wèn)題
4 回答.ChildNodes和.childNodes有什么區(qū)別?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2019-05-18
if (infos[i][j] == '大一' &&? infos[i][j] == '女') {
? ? document.write(infos[i]+'<br>');
? ? };
為什么無(wú)輸出