Javascript 参考手册

HTML DOM 对象

ins cite 属性

ins 对象

实例

返回解释文本为什么被插入的URL文档地址:

var x = document.getElementById("myIns").cite;

x 输出结果为:

http://www.example.com/example/why_inserted.htm
尝试一下 »

定义和使用

cite 属性用于设置或者返回删除文本的cite属性值。

cite 属性指向另外一个文档的 URL,此文档可解释文本被插入或修改的原因。

注意: cite 属性在普通的 Web 浏览器中没有视觉效果,但可以通过屏幕阅读器使用。

浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主流浏览器都支持 cite 属性。

语法

返回 cite 属性:

insObject.cite

设置 cite 属性:

insObject.cite=URL

属性值

描述
URL 定义了解释文本为什么被插入或修改的URL文档地址。

Possible values:
  • 绝对 URL - 指向另一个网站(比如 cite="http://www.example.com")

  • 相对 URL - 指向网站内的一个页面(比如 cite="example.html")

技术描述

Return Value: 字符串, 代表着源文档的URL地址

更多实例

实例

Change the value of the cite attribute:

document.getElementById("myIns").cite="http://www.example.com/whyweinsertedsometext.htm";
尝试一下 »

相关文章

HTML 参考手册: HTML <ins> cite 属性

ins 对象

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号