Java Debug调试简单方法--static使用

 1 Public class Debug
 2 {
 3    public Debug()
 4    {
 5 
 6     }
 7 
 8   static void debugPrint(String src)
 9 {
10    //System.out.print(src)
11 }
12     }

 

posted on 2016-06-21 14:30  ziq711  阅读(455)  评论(0编辑  收藏  举报