{"id":1257,"date":"2010-08-14T10:36:00","date_gmt":"2010-08-14T02:36:00","guid":{"rendered":""},"modified":"2013-11-17T16:34:55","modified_gmt":"2013-11-17T08:34:55","slug":"idhttp%e4%b9%b1%e7%a0%81%e8%a7%a3%e5%86%b3","status":"publish","type":"post","link":"https:\/\/kyle.ai\/blog\/1257.html","title":{"rendered":"IDHttp\u4e71\u7801\u89e3\u51b3"},"content":{"rendered":"<pre class=\"brush: delphi; title: ; notranslate\" title=\"\">\r\nvar\r\n  ss : TStringStream;\r\nbegin\r\n  ss := TStringStream.Create('', TEncoding.GetEncoding(65001));\r\n  { 936\u6307\u5b9agb2312\u7684\u4e2d\u6587\u4ee3\u7801\u9875\uff0c54936\uff08gb18030\uff09,\u66f4\u597d\u4e9b utf8 \u5bf9\u5e94 65001}\r\n  try\r\n    IdHTTP1.Get(CSURL, ss);\r\n    IdHTTP1.Get(CSURL);\r\n    Memo1.Text := ss.DataString;\r\n  finally\r\n    ss.Free;\r\n  end;\r\nend;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>var ss : TStringStream; begin ss := TStringStream.Creat [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-1257","post","type-post","status-publish","format-standard","hentry","category-code_related"],"_links":{"self":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/1257","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/comments?post=1257"}],"version-history":[{"count":1,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/1257\/revisions"}],"predecessor-version":[{"id":4692,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/1257\/revisions\/4692"}],"wp:attachment":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/media?parent=1257"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/categories?post=1257"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/tags?post=1257"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}