yanjunwu

URL url = this.getClass().getResource("");

try{

  //需要根据实际情况写http://www.cnblogs.com/

  String path = new File(url.getPath(),"http://www.cnblogs.com/").getCanonicalPath();

}catch(Exception e){

}

 

分类:

技术点:

相关文章: