请问在js里,window有多少种方法?

请问在js里,window有多少种方法?

window.location 对象window.location 对象用于获得当前页面的地址 (URL),并把浏览器重定向到新的页面。window.location 对象在编写时可不使用 window 这个前缀。location.ho
JavaScript130