📄 table.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 + -