摘要:
对于一些开发场景,不使用Jsp或freemarker及其其他的模板引擎时,通常通过切割url获得对应的参数,然后通过AJAX与后台交互得到对应的数据 下面是演示实例: test.html test2.html 阅读全文
posted @ 2018-04-28 12:38
挑战者V
阅读(844)
评论(0)
推荐(0)
摘要:
环境:JDK6以上,这里我是用JDK8,mysql57,maven项目 框架环境:spring+springmvc+mybaits或spring+springmvc+mybatis plus 前端代码如下: 后台Controller 阅读全文
posted @ 2018-04-28 10:35
挑战者V
阅读(258)
评论(1)
推荐(1)