语法:Int web_custom_request (const char *RequestName, <List of Attributes>, [EXTRARES, <List of Resource Attributes>,] LAST ); 返回值返回LR_PASS(0)代表成功,LR_FAIL(1)代表失败. 参数:RequestName:步骤的名称,VuGen中树形视图中显示的名称. List of Attribute:支持的属性有以下几种: 1. URL:页…
c语言版本: int web_custom_request(const char *RequestName, , [EXTRARES, ,] LAST ); 参数说明: RequestName step名称,即请求名. List of Attributes 属性列表 注意:属性名称大小写敏感 EXTRARES 界定参数,表名接下来的参数将是个资源属性列表 LAST 表名列表结束的标记 List of At…