⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 keyword.h

📁 harvest是一个下载html网页得机器人
💻 H
字号:
/* KEYWORD.H: Definitions for markup declaration keyword processing.*//* Default value types for attribute definition list declaration.*/#define DNULL    1            /* Default value: implied attribute. */#define DREQ     2            /* Default value: required attribute. */#define DCURR    3            /* Default value: current attribute. */#define DCONR    4            /* Default value: content reference attribute. */#define DFIXED   5            /* Default value: fixed attribute. *//* External identifier types for entity and notation declarations.*/#define EDSYSTEM  1           /* SYSTEM (but not PUBLIC) identifier specified.*/#define EDPUBLIC  2           /* PUBLIC (but not SYSTEM) identifier specified.*/#define EDBOTH    3           /* PUBLIC and also SYSTEM identifiers specified.*//* Marked section keywords.*/#define MSTEMP   1#define MSRCDATA 2#define MSCDATA  3#define MSIGNORE 4

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -