当前位置 : 主页 > 编程语言 > python >

静态加载页面的load()

来源:互联网 收集:自由互联 发布时间:2023-03-22
//load() $("#left").load("${pageContext.request.contextPath}/category/category_showLeftView"); $("#recommend").load("${pageContext.request.contextPath}/category/category_showgood"); $("#hot").load("${pageContext.request.contextPath}/categor

//load() $("#left").load("${pageContext.request.contextPath}/category/category_showLeftView"); $("#recommend").load("${pageContext.request.contextPath}/category/category_showgood"); $("#hot").load("${pageContext.request.contextPath}/category/category_getHotGood"); $("#new").load("${pageContext.request.contextPath}/category/category_getNewGood"); $("#new_bang").load("${pageContext.request.contextPath}/category/category_getHotAndGood");<!--左栏开始--> <div id="left" class="book_left"> <%-- <s:action name="category_showLeftView" executeResult="true" namespace="/category" /> --%> </div><!--左栏结束-->
上一篇:Mybatis(dao)实现举例
下一篇:没有了
网友评论