第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

.value 和 .nodeValue 的區(qū)別

.value 和 .nodeValue 的區(qū)別

胡說叔叔 2023-03-18 11:05:35
我添加了在此表單上啟用自動(dòng)完成功能所需的 JavaScript 代碼。<form>    <label for='shippingName'>Name</label>    <input type='text' id='shippingName' name='shippingName' required></br></br>          </form><form>    <input type='checkbox' id='same' name='same' onchange='billingFunction()'>    <label for='same'>Is the Billing Information the Same?</label>      <label for='billingName'>Name</label>    <input type='text' id='billingName' name='billingName'></br></br>        <input type='submit' value='Verify'></form>我的腳本:function billingFunction(){    if(document.getElementById('same').checked) {        var name = document.getElementById('shippingName').value;             document.getElementById('billingName').value = name;            }else{        document.getElementById('billingName').value = "";            }}我的問題是,如果我在 var 名稱中使用 .nodeValue 而不是 .value,該函數(shù)將不起作用。它們之間有什么區(qū)別?
查看完整描述

1 回答

?
Helenr

TA貢獻(xiàn)1780條經(jīng)驗(yàn) 獲得超4個(gè)贊

.nodeValue不應(yīng)該用于獲取輸入的值,它旨在獲取文本節(jié)點(diǎn)的數(shù)據(jù)和數(shù)據(jù)部分等內(nèi)容。



查看完整回答
反對 回復(fù) 2023-03-18
  • 1 回答
  • 0 關(guān)注
  • 94 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)