????Save count???????????????????????????????????????????????????????????У??????????д??????????????????????

????Fail if???????????????????????????????????????Found??NotFound ?? Found ???????????????????д?????????????????????????????????NotFound ??????????????????????????????????????????

????????????????????????????н??????????????????????????λ????????е????????

????4?????????????£?

Action()
{

    web_reg_find("Search=Body"??
        "Text=Welcome to the Web Tours site."??
        LAST);

    web_url("WebTours"??
        "URL=http://127.0.0.1:2080/WebTours/"??
        "Resource=0"??
        "RecContentType=text/html"??
        "Referer="??
        "Snapshot=t1.inf"??
        "Mode=HTML"??
        LAST);

    web_url("favicon.ico"??
        "URL=http://127.0.0.1:2080/favicon.ico"??
        "Resource=1"??
        "Referer="??
        LAST);

return 0;
}

????Web_reg_find ????

???????LR11 ???F1 ??????????????? ???? web_find ???????????web_find ??????????????web_reg_find ??????

????int web_reg_find(const char *attribute_list?? LAST );

Web_reg_find( “Search=Body”??     // ????????Χ
????          “SaveCount=ddd”   // ??????????????????
????          “Text=aaa”         // ???????????
              LAST);

?????????????

???????web_inage_check ????????????????????

????int web_image_check( const char *CheckName?? <List of Attributes>?? <"Alt=alt"|| "Src=src">?? LAST );

Web_reg_find( “Go2Venus”??     // ????????
????           “Alt=Venus”   // ?????
??            ??LAST);