- 博客(2)
- 问答 (1)
- 收藏
- 关注
转载 ajax 与controller数据交互
一、后台接收URL拼接参数后台代码:@GetMapping("/item/{code}") //对应的链接为:/item/10001public List getProduct(@PathVariable(“code”) String productCode) {//your code}注意:这种拼接传递的参数里不能有 “/” ,所以不能传递 URL类型参数。二、后台接收查询参数后台代码:@GetMapping("/detail") //对应的链接为:/detail?code=
2020-09-09 19:49:30 885
原创 今天用if+for玩碰到一个小问题,解决!完美!
// if (companyName.equals(“所有单位”) && deviceName.equals(“所有设备”)) {// for (int i = 0; i < deviceListDto.getData().getPageSize(); i++) {// if (“离线”...
2020-03-23 18:41:34 255
空空如也
android为什么点击spinner用静态数据可以监听,而动态加载的不行?
2020-03-20
TA创建的收藏夹 TA关注的收藏夹
TA关注的人