怎样在Application中获得程序的当前路径?
来源: 互联网 发布时间:2017-03-11
本文导语: 怎样在Application中获得程序当前路径? 急! | Configuration() | getCodeBase() getDocumentBase() 你试试吧! | String strPath = System.getProperty("user.dir").replace('\', '/'); ...
怎样在Application中获得程序当前路径?
急!
急!
|
Configuration()
|
getCodeBase()
getDocumentBase()
你试试吧!
getDocumentBase()
你试试吧!
|
String strPath = System.getProperty("user.dir").replace('\', '/');