标签:sp 代码 on c r res bs type text
<input type="text" name="输入框ID" id="输入框ID" onkeypress="if(event.keyCode==13) {btn.click();return false;}"/>
<input type="submit" name="btn" id="btn" value="提交" onclick="alert(输入框ID.value);return false;" />
回车可迅速切换下一题:已验证
onkeydown=if(event.keyCode==13){event.keyCode=9}
标签:sp 代码 on c r res bs type text
原文地址:http://www.cnblogs.com/htys/p/3974431.html