在form標簽里,能創(chuàng)建多個多行文本框嗎?
<form?action="save.php"?method="post"?> ????<label>個人簡介:</label> ????<textarea?cols="50"?rows="10">在這里輸入內(nèi)容...</textarea> ????<input?type="submit"?value="確定"??name="submit"?/> ????<input?type="reset"?value="重置"??name="reset"?/> </form>
2015-08-28
當然可以了。。。你的textara沒有name屬性
2015-08-28
可以的