0
爲什麼下面的代碼沒有返回值?getElementById()不起作用輸入類型時間
<input type="time" id="hora" style="margin: 0 auto;" class="button button-block button-stable">
JS:
var hora = document.getElementById('hora').innerHTML;
console.log(hora);
打印 「」
WOOW人!這很簡單,我感到震驚...大聲笑...謝謝! –
沒問題,很高興幫助。 – dfsq