課程
/前端開(kāi)發(fā)
/JavaScript
/JavaScript入門(mén)篇
document.write("Hello"+""); document.write("world"); 回答下面那位同學(xué)的換行疑問(wèn)
2017-01-08
源自:JavaScript入門(mén)篇 1-5
正在回答
<script>
document.write("hello"+"<br>");
document.write("world");
</script>
加一個(gè)<br>換行符就可以了哦
舉報(bào)
JavaScript做為一名Web工程師的必備技術(shù),本教程讓您快速入門(mén)
1 回答js怎么換行
4 回答java 中怎么換行
4 回答為什么不換行?
7 回答js中怎么換行呀
3 回答javascript實(shí)現(xiàn)換行輸出
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢(xún)優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-02-22
<script>
document.write("hello"+"<br>");
document.write("world");
</script>
2017-01-08
<script>
document.write("hello"+"<br>");
document.write("world");
</script>
2017-01-08
<script>
document.write("hello"+"<br>");
document.write("world");
</script>
加一個(gè)<br>換行符就可以了哦