06 2015 档案
摘要:设置或获取对象指定的文件名或路径。alert(window.location.pathname)设置或获取整个 URL 为字符串。alert(window.location.href);设置或获取与 URL 关联的端口号码。alert(window.location.port)设置或获取 URL 的...
阅读全文
摘要:function Person(name, age, job){ this.name = name; this.age = age; this.job = job; this.sayName = function(name){ alert(this.name);...
阅读全文

浙公网安备 33010602011771号