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 {
case '#':
sb.append("%23");
break;
case '%':
sb.append("%25");
break;
// case '%':
// sb.append("%25");
// break;
case '&':
sb.append("%26");
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