String title =flowInstEntity.getTitle();title = URLEncoder.encode(title,"utf-8");
URLDecoder.decode(String s,String enc);
URLDecoder.decode(title,"utf-8");
java中将字符串转换为URL能解析的编码
最新推荐文章于 2023-10-15 08:05:41 发布
String title =flowInstEntity.getTitle();title = URLEncoder.encode(title,"utf-8");
URLDecoder.decode(String s,String enc);
URLDecoder.decode(title,"utf-8");