好像直接粘贴不行啊!!
<html>
<head>
<script language=javascript>
function setfocus()
{
document.all.t2.focus();
}
</script>
</head>
<body>
<form id="form1" method="post" runat="server">
<input type="text" name="t1" onkeydown="setfocus()">
<input type="text" name="t2">
</form>
</body>
</html>
<html>
<head>
<script language=javascript>
function setfocus()
{
document.all.t2.focus();
}
</script>
</head>
<body>
<form id="form1" method="post" runat="server">
<input type="text" name="t1" onkeydown="setfocus()">
<input type="text" name="t2">
</form>
</body>
</html>
public class 人生历程 extends Thread{public void run(){while(true){努力,努力,再努力!!;Thread.sleep(0);}}}