{"id":505,"date":"2010-10-01T03:10:28","date_gmt":"2010-10-01T03:10:28","guid":{"rendered":"http:\/\/enjoyasp.net\/?p=505"},"modified":"2010-10-01T03:10:28","modified_gmt":"2010-10-01T03:10:28","slug":"c-%e7%ae%80%e5%8d%95%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%8a%a0%e5%af%86%e4%b8%8e%e8%a7%a3%e5%af%86","status":"publish","type":"post","link":"https:\/\/enjoyasp.net\/index.php\/2010\/10\/01\/c-%e7%ae%80%e5%8d%95%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%8a%a0%e5%af%86%e4%b8%8e%e8%a7%a3%e5%af%86\/","title":{"rendered":"C# \u7b80\u5355\u5b57\u7b26\u4e32\u52a0\u5bc6\u4e0e\u89e3\u5bc6"},"content":{"rendered":"<pre lang=\"csharp\">\r\n  public static  string encode(string str)\r\n        {\r\n            string htext = \"\";\r\n\r\n            for (int i = 0; i < str.Length; i++)\r\n            {\r\n                htext = htext + (char)(str[i] + 10 - 1 * 2);\r\n            }\r\n            return htext;\r\n        }\r\n\r\n        public static string decode(string str)\r\n        {\r\n            string dtext = \"\";\r\n\r\n            for (int i = 0; i < str.Length; i++)\r\n            {\r\n                dtext = dtext + (char)(str[i] - 10 + 1 * 2);\r\n            }\r\n            return dtext;\r\n        }\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>public static string encode(string str) { string htext  [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[],"class_list":["post-505","post","type-post","status-publish","format-standard","hentry","category-14"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/comments?post=505"}],"version-history":[{"count":0,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/505\/revisions"}],"wp:attachment":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/media?parent=505"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/categories?post=505"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/tags?post=505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}