摘要: function UnicodeToChinese(inputstr: string): string;var i: Integer; index: Integer; temp, top, last: string;begin index := 1; while index >= 0 do begi 阅读全文
posted @ 2017-07-28 16:31 tc310 阅读(546) 评论(0) 推荐(0)