完整报错:
HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Exception Report</p><p><b>Message</b> Request processing failed; nested exception is java.lang.ClassCastException: java.util.Arrays$ArrayList cannot be cast to java.util.ArrayList</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><pre>org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.ClassCastException: java.util.Arrays$ArrayList cannot be cast to java.util.ArrayList
报错代码:
String[] temp = s.split(",");
//将结果作为ArrayList返回
return (ArrayList<String>)Arrays.asList(temp);