1.先说几个基本类型: domstring, boolean, long, unsigned long, double,
nan(not-a-number)。
domstring其实就是其它大家常用的语言中的string。 在html5中,它用于表示url,dom内容等等。其他的boolean(布尔), long(长整型), unsigned long(无符号长整型), double(浮点数)我想不用我详述,大家都能清楚。至于nan我想大部分js老鸟也都清楚其意义,就是在一个无穷大
或者非数字的值。
官方文档里没有介绍undefined和null,至于为什么,希望能有高手给予解答~~
2. 集合类型包括:便秘吃什么效果最快 htmlcollection, htmlallcollection,
htmlformcontrolscollection, htmloptionscollection, and
htmlpropertiescollection。
htmlcollection是一个泛型集合,也是一个集合的基础接口,它提供了三个attributes:
length, item, nam英国婚礼editem.
length是集合的长度。
item(index)可以用索引值获取集合中的元素。
nameditem(name)可以用元素的name获取元素。
实际上你也可以中秋节的日期直接用collection[index],collection(index)或collection
[name],collection(name)获取集合中的元素。
htmlallcollection继承自htmlcollection接口,他包含以下属性:
length和item属性跟htmlcollection的一样。
nameditem(name)区别于ht高考准考证号码查询mlcollection的是它有可能返回的是一个集合。
tags(tagname)用tagname返回一个集合。
同样你也可以直接用collection[index],collec慢性盆腔炎如何治疗tion(index)或collection
[name],collection(name)获取集合中的元素,当那么值匹配多个元素时返回一个
htmlallcollection。
htmlformcontrolscollection是一个以form和fieldt为元素的集合。同样继承自
htmlcollection接口。
有htmlcollection的所有属性,并另外增加了radionodelist接口。它继承自nodelist。
其实radionodelist按定义上来说就是一个radiobutton的集合。我比较好奇这样一个list放
在htmlformcontrolscollection里的用意。
htmloptionscollection是一个option的集合,继承自htmlcollection接口,它一般用
于操纵lect标签的子元素。
htmloptionscollection特有的属性有:add(option),remove(index),lectedindex
add方法有两个重载
void add(in htmlelement element, in optional htmlelement before);
void add(in htmlelement element, in long before);
增加一个元素第一参数必须,后面的参数是可选的
remove(index)以索引删除一个元素。
lectedindex相信大家都能明白。
以上这篇html5通用接口详解就是www.887551.com分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持www.887551.com。
原文地址:
本文发布于:2023-04-03 05:00:28,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/bd87c77bb79b6e4bef148b609a5f6cff.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:HTML5通用接口详解.doc
本文 PDF 下载地址:HTML5通用接口详解.pdf
留言与评论(共有 0 条评论) |