继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

test

阿豪聊干货
关注TA
已关注
手记 20
粉丝 8803
获赞 405
package com.hafiz.www.controller;import java.util.ArrayList;import java.util.List;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.bind.annotation.RequestMethod;import org.springframework.web.bind.annotation.RequestParam;import org.springframework.web.bind.annotation.ResponseBody;@Controller@RequestMapping("/test")public class TestController {@RequestMapping(value = "/index", method = RequestMethod.GET)@ResponseBodypublic List test(@RequestParam("datas[]") ArrayList<Integer> ids){System.out.println("List==" + ids);return ids;}}


打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP