解决2:在后台处理时判断是否已获取select值,没获取则使用默认值。如:if(is_null($_POST['select_no'])) $_POST['select_no'] = 1
解决3:使用JS在点击查找时进行判断,若作品编号那个框未设置,则提示设置,或者赋予一个值。
window.onload=function(){var date=new Date
var month=date.getMonth()
var option=document.getElementsByTagName('option')
document.getElementById("title").options[month].selected="selected"
}