value must be omitted for boolean attributes
时间:2016-08-04 19:18:33
收藏:0
阅读:3805
jsx文件中
html5一些标签的属性是boolean的,<div hidden="true">是不被允许的,要改成<div hidden>或<div hidden="">或<div hidden="hidden">
原文:http://www.cnblogs.com/yingwo/p/5737885.html
评论(0)