`
微雨燕双飞
  • 浏览: 2533 次
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
public class TestMain {  //在java中就可以这样使用  public static void main(String args[]){   String prop=System.getProperty("test1");   String prop2=System.getProperty("test2");   System.out.println("test1="+prop);   System.out.println("test2="+prop2);  } }
Global site tag (gtag.js) - Google Analytics