a.java
来自「用J2ME开发的一个类似于帝国游戏的小游戏软件。」· Java 代码 · 共 33 行
JAVA
33 行
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
import java.io.PrintStream;
public final class a
{
public a()
{
}
public static final void a(Exception exception)
{
exception.printStackTrace();
}
public static final void a(String s)
{
System.out.println(s);
}
public static final void a(boolean flag, String s)
{
if(!flag)
{
System.out.println("ASSERT:" + s);
System.exit(1);
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?