1. 首页
  2. 移动开发
  3. 其他
  4. 不常用的TParser类解析(文本文件中相关字符串)

不常用的TParser类解析(文本文件中相关字符串)

上传者: 2020-08-12 11:10:43上传 APPLICATION/X-RAR文件 221KB 热度 19次
关键函数及方法 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
下载地址
用户评论
码姐姐匿名网友 2020-08-12 11:10:44

很好的例子,不过没解决汉字问题