Skip to content
0

文章发布较早,内容可能过时,阅读注意甄别。

document 对象

document 对象简介

  • document.title,document.body
  • document.URL 只读,window.location.href 读写
  • A 跳到 B,在 B 用 document.referrer 获取 A 的地址
  • 方法,write,writeln

document 对象属性

document 对象方法

最近更新