Html程序  |  9行  |  151 B

<html>
<body>
<input type="text" id="focus" />
<script type="text/javascript">
    document.getElementById('focus').focus();
</script>
</body>
</html>