📄 designexamples-ready.html
字号:
<html><head><title>Code Fragment</title></head><body text=#000000><center></center><br><br><dl><dd><pre> <font color=#8000a0><font color=#8000a0>public</font> </font><font color=#8000a0>void</font> <font color=#0000ff>getReadyForClass</font>() <font color=#8000a0><font color=#ff8000>throws</font> </font>ShoppingListTooSmallException, OutOfMoneyException { <font color=#0000ff>goShopping</font>(); <font color=#ff0080>// I don't have to try or catch the exceptions</font> <font color=#ff0080>// which goShopping() might throw because</font> <font color=#ff0080>// getReadyForClass() will just pass these along.</font> <font color=#0000ff>makeCookiesForTA</font>(); }</dl></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -