如何将两个 DropDownList1 控件中的数值 组合成日期类型的变量值?以下不行:addrow[1] = DateTime.FromOADate(DropDownList1.Text + "-" + DropDownList2.Text);