HTML DOM 时间 对象
时间对象
时间对象表示 HTML <time> 元素。
访问时间对象
您可以使用 getElementById() 访问 <time> 元素
创建时间对象
您可以使用 document.createElement() 方法创建 <time> 元素
时间对象属性
属性 | 描述 |
---|---|
dateTime | 设置或返回 <time> 元素中 datetime 属性的值 |
标准属性和事件
相关页面
HTML 参考:HTML <time> 标签
时间对象表示 HTML <time> 元素。
您可以使用 getElementById() 访问 <time> 元素
您可以使用 document.createElement() 方法创建 <time> 元素
属性 | 描述 |
---|---|
dateTime | 设置或返回 <time> 元素中 datetime 属性的值 |
HTML 参考:HTML <time> 标签
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]