那么怎么設(shè)置文本輸入框應(yīng)該輸入的內(nèi)容雞兒密碼呢
?當(dāng)type="text"時(shí),輸入框?yàn)槲谋?/code>輸入框
;
? ?當(dāng)type="password"時(shí),
?輸入框?yàn)槊艽a輸入框。
那么怎么設(shè)置出賬號和密碼
?當(dāng)type="text"時(shí),輸入框?yàn)槲谋?/code>輸入框
;
? ?當(dāng)type="password"時(shí),
?輸入框?yàn)槊艽a輸入框。
那么怎么設(shè)置出賬號和密碼
2019-08-14
舉報(bào)
2019-08-14
賬戶:
?<input type="text" name="myname">
?<br>
?密碼:
??? <input type="password" name="pass">