VvfzZ

  • Home
  • Tags
  • Archives
  • Search
  • Table of Contents
  • Overview
  1. 1. 参数解析

VvfzZ

天道酬勤
258 posts
37 tags

springboot基础

Posted on 2025-03-29
springboot基础

参数解析

// http://localhost:8080/getStr/1?ipt=2

1
2
3
4
@RequestMapping("/getStr/{ipt2}")
public String getString(
@RequestParam(name = "ipt") String ipt
, @PathVariable(name = "ipt2") String ipt2)
# spring
如何写简历
10创建多少线程合适
© 2025 VvfzZ
0%