不常用的TParser类解析(文本文件中相关字符串)
关键函数及方法 type TParser = class(TObject) public constructor Create(); Creates a new parser instance. destructor Destroy; override; Destroys the parser instance. procedure CheckToken(); Checks whether the token if of the given type. procedure CheckTokenSymbol(); Checks whether the token equals t
下载地址
用户评论
很好的例子,不过没解决汉字问题