📄 class_g.java
字号:
/* * Class_G.java * * Created on 2003年5月13日, 上午9:21 */package com.fastpoint.book;/** * * @author Fastpoint */public class Class_G { /** Creates a new instance of Class_G */ public Class_G() { } public String Method_A(String input) throws Exception{ if (input.equalsIgnoreCase("A")) throw new Exception("is A!"); return "Method_A(String input)"; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -