摘要:
描述:前端发送查询所有的ajax 请求,后端需要做处理,处理完成后会得到List集合,然后以json的格式发送给前端页面,前端页面做解析,展示到页面 获取的值有type类下的属性 id and name 效果图: #1.前端 1.1 页面 下拉选 创建json <select id="tid" na 阅读全文
摘要:
1.导入依赖 <properties> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> </properties> <dependencies> < 阅读全文