?? ip_setup.c
字號:
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "cgi_def.h"#include "cgi_err.h"#include "cgi-lib.h"#include "html-lib.h"#include "parser.h"#include "h_var.h"#include "wan.h" static int r2t_stat(char buf[CGI_BUF_LEN],char **buf1); static keyfun_tab key_fun_tab[]={ {"stat",r2t_stat,NULL}, {NULL,NULL,NULL}}; /******CGI code here******/#include "ip_setup_cgi.c"/*************************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -