标签:
1、web_submit_data()
函数语法:web_submit_data( const char *StepName, const char *Action, <List of Attributes>, ITEMDATA, <List of data>, [ EXTRARES, <List of Resource Attributes>,] LAST);
函数参数:
StepName | 为该操作步骤起的名字 |
Action | URL;要访问的地址 |
List of Attribute |
Method:数据提交的方法:POST或GET。默认是POST EncType:编码方式 TargetFrame:包含当前链接或资源的Frame Mode:录制脚本的级别:HTML或HTTP referer:当前页面关联的页面 RecontentType:录制脚本时响应头的内容类型 |
ITEMDATA | 数据域与属性的分隔符 |
EXTRARES | 分隔符。标记下一个参数将是资源属性列表 |
List of Resource Attribute | |
LAST | 结束标记符 |
2、web_url()
函数语法:web_url( const char *StepName, const char *url, <List of Attributes>, [EXTRARES, <List of Resource Attributes>,] LAST );
函数参数:参照web_submit_data()
标签:
原文地址:http://www.cnblogs.com/mylanguage/p/5625294.html