document.getElementById("search_field_list").options.length=0;document.getElementById("search_field_list").options.add(new Option("标题","title"));document.getElementById("search_field_list").options.add(new Option("关键字","tagnamestr"));