-1
如何獲得DOM元素從這個HTML代碼獲得「主體」 HTML DOM元素
<body controller="Control">
<h1 bind="greeting"></h1>
</body>
我需要在控制檯中顯示消息:
if controller == 'Control'
console.log('Control Controller has been successfully initialised');
我不明白什麼是控制器這裏並實現DOM結合
document.getElementsByTagName( '身體')[0] .getAttribute( '控制器') ? – Shilly
使用Jquery,如果你可以使用它會很容易。 – bharatpatel