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

📄 table.c

📁 微型浏览器
💻 C
字号:
#include "htmlparser.h"#include "htmltokenizer.h"#include "htmltag.h"__inline int html_tfoot 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_tbody 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_tr 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_table (html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_td (html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_thead 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_col 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_th 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_colgroup 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}

⌨️ 快捷键说明

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