<input type="text" name = "tireqty" size="3" maxlength="3" /> 其中size=3表示input输入框只显示3个可见的字符,但你可以输入’无数’多字符内容 其中maxlength=3表示input的输入框只能输入3个字符