代码如下:
<input type="text" id="input"/><script>var txt = document.getElementById("input");var name = txt.value; txt.onblur = function(){ alert(name); }</script>
以上代码并不能取值,结果如图:
图:弹出的对话框一片空白,什么都没有。
不知道为什么传不了图,唉,诸事不顺啊!
呼如林
相关分类