This commit is contained in:
2
Form1.cs
2
Form1.cs
@@ -60,7 +60,7 @@ namespace CyworldDownloader
|
|||||||
{
|
{
|
||||||
string org = "IMG%5F2421+%BA%B9%BB%E7%2Ejpg";
|
string org = "IMG%5F2421+%BA%B9%BB%E7%2Ejpg";
|
||||||
string str2 = HttpUtility.UrlDecode(org, Encoding.Default);
|
string str2 = HttpUtility.UrlDecode(org, Encoding.Default);
|
||||||
string str3 = HttpUtility.UrlEncode(str2);
|
string str3 = HttpUtility.UrlEncode(str2, Encoding.Default);
|
||||||
|
|
||||||
Console.WriteLine("break");
|
Console.WriteLine("break");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user