前端传值字符串,包含逗号问题

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");
posted @ 2022-09-05 09:48  一杯清茶一本书  阅读(109)  评论(0编辑  收藏  举报