摘要:
function URLDecode(const S: string): string; var Idx: Integer; // loops thru chars in string Hex: string; // string of hex characters Code: Integer; // hex character code (-1 on error) beg... 阅读全文
posted @ 2009-04-02 17:42
Max Woods
阅读(1042)
评论(0)
推荐(0)