910e62b5创建于 1月15日历史提交
<!DOCTYPE html>
<div style="height: 2px"></div>
&nbsp;&nbsp;<input id="input" style="outline: none">
<script>
onload = function() {
  input.focus();
};
</script>