摘要:
Request.ServerVariables("Url") 返回服务器地址 Request.ServerVariables("Path_Info") 客户端提供的路径信息 Request.ServerVariables("Appl_Physical_Path") 与应用程序元数据库路径相应的物理路径 Request.ServerVariables("Path_Translated") 通过由虚拟... 阅读全文
摘要:
DataView dv; DataTable tb; tb = new DataTable("userlist"); tb.Columns.Add("name"); tb.Columns.Add("pat... 阅读全文