document.write() 用法 在JavaScript中document.write()函數可以向文檔寫入HTML表達式或JavaScript代碼,用法“document.write(exp1,exp2,exp3,....)”,該函數可接受任何多個參數,並將其寫入文檔中。 document. ...
在JavaScript中document.write()函數可以向文檔寫入HTML表達式或JavaScript代碼,用法“document.write(exp1,exp2,exp3,....)”,該函數可接受任何多個參數,並將其寫入文檔中。
document.write() 說明
雖然根據 DOM 標準,該方法只接受單個字元串作為參數。
document.write() 實例
<html> <body> <script type="text/javascript"> document.write("Hello World!"); </script> </body> </html>
以上就是JavaScript document.write() 用法的詳細內容。
更多學習內容觀看我的知乎:打造全網web高級前端工程師資料庫(總目錄)看完學的更加快,知識更牢固。你值得擁有(持續更新)~