document.write 是屬於 document 物件的一個寫入方法,它可以在HTML網頁上寫出輸出的結果。 ... document 相當於 window.document ,它是在 window 物件下的內容物件。
確定! 回上一頁