請幫我選擇C ..這裏是HTML代碼:DOM導航問題,
<div id="a">
<div id="b"></div>
<div id="app7019261521_the_coin_9996544" style="left: 176px; top: 448px;">
<a href="d.com" onclick="(new Image()).src = '/ajax/ct.php?d_id=;action_type=d;post_form_id=6b; return true;"></a>
</div>
</div>
這是我的Javascript代碼:
var coin = document.querySelectorAll("a > [id^=app7019261521_the_coin]");
if (coin.length == 1) {
alert(coin.id);
} else if (coin.length == 0) {
window.location.reload();
}
我不知道這個問題,coin.length返回1 。但是coin.id總是返回undefined,它應該返回app7019261521_the_coin_9996544
也許這是在DOM導航中。我不知道。請幫我