focus不到,或者说看不到效果,只好select:<input type="text" id="t" readonly="readonly" /><script>
document.getElementById("t").value = "hello";
document.getElementById("t").select();
</script>