Commit 5813ca7d by songxiang

长短链接下载失败的问题

parent 8a806e9c
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -113,9 +113,9 @@ public class ZSEncode { ...@@ -113,9 +113,9 @@ public class ZSEncode {
case '#': case '#':
sb.append("%23"); sb.append("%23");
break; break;
case '%': // case '%':
sb.append("%25"); // sb.append("%25");
break; // break;
case '&': case '&':
sb.append("%26"); sb.append("%26");
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment