window.document 回傳網頁文件的document 物件(object) 。 舉例如下 function run() { var wd = window.document; alert(wd.title); } /* 《程式語言教學誌》的範例 ...
確定! 回上一頁