HTML Import时引用不过来,一直报错null,谁知道为什么么
<head>
<link ref='import' href='importSub.html'/>
</head>
<body>
<script>
window.onload = function(){
var s = document.querySelector('link[ref="import"]').import;
var t = s.querySelector('h1')
document.body.appendChild(t)
}
</script>
</body>
importMain.html:13 Uncaught TypeError: Cannot read property 'querySelector' of null
动漫人物
相关分类