jsp的传值
GoodnessLi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ajax使用post函数(通过远程 HTTP POST 请求载入信息)
$.post(url, [data], [callback], [type]) url:发送请求地址。 data:待发送 Key/value 参数。 callback:发送成功时回调函数。 type:返回内容格式,xml, html, script, json, text, _default。 HTML代码 <script> $.post("/KeywordManagement/KeywordAction?method=selectId",{name:$(this).val()},functi原创 2021-03-09 10:15:08 · 599 阅读 · 0 评论 -
EL传值入jQuery进行页面传值
EL传值入jQuery进行页面传值 经常遇到一些不固定的元素标签,然而有时候需要哪些标签的值, <c:forEach var="b" items="${list }"> <tr> <th>${b.bname}</th> <th>${b.bauthor}</th> <th>${b.btime}</th> <th>${b.btype}</th原创 2021-03-04 16:15:18 · 295 阅读 · 1 评论
分享