designexamples-ready.html

来自「经典的数据结构源代码(java 实现)」· HTML 代码 · 共 21 行

HTML
21
字号
<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 + =
减小字号Ctrl + -
显示快捷键?