属性只有一个值的这类 html 属性是怎么回事,该…
2018-06-18 03:47:54来源:未知 阅读 ()
参考链接:https://stackoverflow.com/questions/10650233/checked-checked-vs-checked-true
问:
1 What is the difference between the below two usages? 2 3 document.getElementById('myRadio').checked = "checked"; 4 and 5 6 document.getElementById('myRadio').checked = true; 7 For me, both are behaving the same way. But, I am just curious to know why there exist two methods to do the same. 8 9 Which one will be the ideal usage? I need to support IE7 and higher versions.
答:
1 document.getElementById('myRadio').checked is a boolean value. It should be true or false 2 3 document.getElementById('myRadio').checked = "checked"; casts the string to a boolean, which is true. 4 5 document.getElementById('myRadio').checked = true; just assigns true without casting. 6 7 Use true as it is marginally more efficient and is more intention revealing to maintainers.
document.getElementById('myRadio')。checked是一个布尔值。 这应该是真的或假的
document.getElementById('myRadio')。checked =“checked”; 将字符串转换为布尔值,这是正确的。
document.getElementById('myRadio')。checked = true; 只是分配true而不投射。
使用true,因为它的效率稍微高一点,而且更有意向维护者展示。
所以设置这种单属性的值为 true 或 false 就对了。
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:rabbitmqctl命令
下一篇:JAVA中的main()方法详解
- Spring事务的传播属性 2020-06-05
- 面对对象(2) 2020-05-28
- Leader每天996,绩效被打C!CTO说,团队带不好,原因只有一 2020-05-28
- Java Bean 为什么必须要有一个无参构造函数? 2020-05-06
- 这四种对象属性拷贝方式,你都知道吗? 2020-04-23
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash