怎样在标签纸之外使用?怎样在jsp中自由调用 读取过来的数据?在线等在线等。。。js怎么抓取文本框里的数据,抓取出来的数据该怎么使用, 可以再标签之外使用吗?
document.getElementById();
引用jquery
<form> <input id="hello" /> </form> <script> var hello = $("#hello").val(); alert(hello); </script>
通过dom和jquery都可以拿到,详见我的博客