移动开发标签存档

获得当前程序位置

string Location = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) 即可获得当前程序的位置.