bithtml.h
来自「一个很好的html网页分析工具」· C头文件 代码 · 共 34 行
H
34 行
#ifndef __NETBIT_BITHTML_H__#define __NETBIT_BITHTML_H__//--------------------------------------------// BIT HTML LIB////file: BitHtml.h//usage: for Html parse//---------------------------------------------#include <stdio.h>#include <stdlib.h>#include <string.h>
#ifdef __cplusplus
extern "C" {
#endif
//------------------------------
#include "BitToken.h"
#include "BitTokenAttrList.h"#include "BitHtmlDtd.h"
#include "BitStr.h"
#include "BitTokenList.h"
//------------------------------
#ifdef __cplusplus
}
#endif
#define TRUE 1#define FALSE 0#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?