JavaScript的“WITH”语句有合法的用法吗?我看到了一些获取应用程序文件夹路径的方法:Application.StartupPathSystem.IO.Path.GetDirectoryName(
System.Reflection.Assembly.GetExecutingAssembly().Location)AppDomain.CurrentDomain.BaseDirectorySystem.IO.Directory.GetCurrentDirectory()Environment.CurrentDirectorySystem.IO.Path.GetDirectoryName(
System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase)System.IO.Path.GetDirectory(Application.ExecutablePath)根据具体情况,最好的方法是什么?
3 回答
- 3 回答
- 0 关注
- 744 浏览
添加回答
举报
0/150
提交
取消