2005年4月28日

摘要: 1.取当前程序集运行的路径。 c/s System.Reflection.Assembly Asm=System.Reflection.Assembly.GetExecutingAssembly(); string strConfigLoc =Asm.Location ; string strTemp =strConfigLoc; strTemp=Syst... 阅读全文

posted @ 2005-04-28 11:46 生活即技术 阅读(461) 评论(0) 推荐(0)