jsx文件中 html5一些标签的属性是boolean的,<div hidden="true">是不被允许的,要改成<div hidden>或<div hidden="">或<div hidden="hidden"> 相关文章: