2013年8月2日

摘要: 1 '后台 Partial Public Class Download2 2 Inherits System.Web.UI.Page 3 4 Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load 5 Dim fileName As String = Request.QueryString("FileName") 6 Dim flag As String = Request.QueryString("flag")... 阅读全文
posted @ 2013-08-02 14:58 吴翰哲 阅读(426) 评论(0) 推荐(0)

导航