What does xpath=“1” mean in HTML?
问题 In my design code, the following is written. I cannot understand what xpath="1" means here. <select class="search-category" id="ddlTemp" name="Template" xpath="1"> <option value="">Select</option> <option value="a">a</option> <option value="b">b</option> </select> 回答1: In General There is no standard interpretation of xpath="1" in HTML because there is no standard xpath attribute on a select element (or any other HTML element). You've stumbled across some application's idiosyncratic markup;