window.frames 回傳網頁中所有內嵌網頁的<frame> 或<iframe> 的集合物件(object) 。 舉例如下 function run() { var d = window.frames; var i; for (i = 0; ...
確定! 回上一頁