2010年12月19日
摘要: javascript注入head title脚本学习/title/headbodyinput type="text" id="username" /input type="button" value="show" onclick="show()" //bodyscript type="text/javascript" function show() { var name=document.getElementById("username").value document.write(name); }/script/html当在文本框中输入123sc 阅读全文
posted @ 2010-12-19 01:32 穆穆 阅读(1041) 评论(1) 推荐(1)