📄 appweb.h
字号:
#ifndef _APPWEB_FILE_H
#define _APPWEB_FILE_H
#include <BaseConst.h>
#include "Stru.h"
#include "Db.h"
class CAppWeb
{
public:
CAppWeb();
~CAppWeb();
bool setcurUrlID(char *szurl);
bool matchedUrl();
int getACT_ID();
int getWAP_ID();
bool matchWP(char *name,int lenname,char *val ,int lenval);
void setWP(char *name,int lenname,char *val ,int lenval);
bool initSubmitContent(char *pcontent, char* separators,int way);
bool getNextContent();
bool isCAPALL();
bool isCAPCOOKIE();
private:
bool setVal();
private:
bool m_bfirst;
int m_itotmonrule;
STRU_APPWEB *m_pstAppWeb;
int m_wpid;
char *m_pszone;
char m_szcontent[2048];
char m_szname[512];
char m_szvalue[512];
int m_SBR_SUBMITWAY;
char m_szseparators[16];
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -