<% int temp=0; % > <select name="select" id="select"> <option <%if(temp==0){ %>selected<%} %>>是 </option> <option <%if(temp!=0){ %>selected<%} %>>否 </option> </select>