代码:
var options = $("#timeFlag").find("option"); options.attr("selected", false); options.first().attr("selected", true);
jquery 开发技巧
原文:https://www.cnblogs.com/aryu/p/11670332.html