2011年12月5日

Document.all[]的用法

摘要: Document.all[]是文档中所有标签组成的一个数组变量 包括了文档对象中所有元素自己写的一个简单例子 供参考:Document.All.html Document.All.html test1 test2 test3 ... 阅读全文

posted @ 2011-12-05 15:21 itmyhome 阅读(172) 评论(0) 推荐(0)

EL表达式中关于getParameter,getAttribute的区别

摘要: 在浏览器地址栏中输入 表示向my.jsp 页面传入一个参数 值为123http://127.0.0.1:8080/s/my.jsp?test=123在my.jsp中尝试用EL表达式取值 ${test } 发现无结果再用如下方法: 还是无结果再用如下方法: ${... 阅读全文

posted @ 2011-12-05 15:10 itmyhome 阅读(335) 评论(0) 推荐(0)

导航