關(guān)于多行文本域的問題
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>文本域</title>
</head>
<body>
<form action="save.php" method="post" >
? ? <label>個(gè)人簡介:</label>
? ? <textarea cols="50" rows="10">在這里輸入內(nèi)容...</textarea>
? ? <input type="submit" name="submit" vaule="確定" />
? ? <input type="reset" value="重置" ?name="reset" />
</form>?
</body>
</html>
我把name和vaule的位置換了下,確定按鈕就變成了提交按鈕,這是為什么
2017-09-12
value 注意拼寫
2017-09-13
注意拼寫正確