前端传值字符串,包含逗号问题
encodeURIComponent() 函数_百度百科 (baidu.com)
//需要前端使用 encodeURIComponent(value); 编码,后端使用URLDecoder.decode(titles[i], "UTF-8"); 解码
String title=URLDecoder.decode(titles[i], "UTF-8");
String comment=URLDecoder.decode(comments[i], "UTF-8");
encodeURIComponent() 函数_百度百科 (baidu.com)
//需要前端使用 encodeURIComponent(value); 编码,后端使用URLDecoder.decode(titles[i], "UTF-8"); 解码
String title=URLDecoder.decode(titles[i], "UTF-8");
String comment=URLDecoder.decode(comments[i], "UTF-8");