web_url()函数

页面访问型函数,实现HTTP请求中的GET方法,是脚本中最常使用的函数之一,用于模拟用户请求  原型:int web_url( const char *StepName, const char *url, <List of Attributes>, [EXTRARES, <List of Resource Attributes>,] LAST ); 释义:加载指定的web页面(get请求方式),发
相关文章
相关标签/搜索