比如我有如下url地址 我想找出以&t=开头的,并且得到后面的数字
http://localhost:8080/search/...所有&t=1
1
http://localhost:8080/search/...所有&t=3
3
http://localhost:8080/search/...所有&t=18
18
因为后面的这个数字是会变的,所以我想找出这个数字
慕村9548890
相关分类