欢迎访问服务器技术网-www.fuwuqijishu.com

del cite 属性

JavaScript fuwuqijishu 2年前 (2022-09-04) 86次浏览 0个评论 扫描二维码
文章目录[隐藏]

del cite 属性

del 对象

实例

返回解释文本被删除的URL文档地址:

var x = document.getElementById(“myDel”).cite;

x 输出结果为:

http://www.example.com/example/why_deleted.htm


定义和使用

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

cite 属性指向另外一个文档的 URL,此文档可解释文本被删除的原因。。

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


浏览器支持

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


语法

返回 cite 属性:

delObject.cite

设置 cite 属性:

delObject.cite=URL

属性值

Value 描述
URL 定义了解释文本为什么被删除的URL文档地址。

Possible values:

  • 绝对 URL – 指向另一个网站(比如 cite=”http://www.example.com”)
  • 相对 URL – 指向网站内的一个页面(比如 cite=”example.html”)

技术描述

返回值: 字符串, 代表着源文档的URL地址


更多实例

实例

修改 cite 属性值:

document.getElementById(“myDel”).cite=”http://www.example.com/whywedeletedsometext.htm”;

相关页面

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


del 对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2202.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900