01 2012 档案
摘要:public partial class dwon : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { int fileID =int.Parse( Request.QueryString["id"].ToString()); SqlConnection con = new SqlConnection(SqlHelper.connstring); con.Open(); string sql = "select * from Files where id='
阅读全文
浙公网安备 33010602011771号