using System; using DSWeb.Models; using DSWeb.EntityDA; namespace DSWeb.Shipping { public partial class SeaExportInfoBlissueCheckoutAdd : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { //加载下拉框 Page.ClientScript.RegisterStartupScript(this.GetType(), "key", ""); } } }