⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bigatmscreen.html

📁 Java 入门书的源码
💻 HTML
字号:
<!--Copyright (c) 1998, Arthur Gittleman
 --This example is provided WITHOUT ANY WARRANTY either expressed or implied.
 -->

<title>  A First Look At Everything  </title>
 <h2> Art's bank has two customers <br>  </h2>
 <h3>    John Venn with PIN 123123123  <br>
         Mabel Venn with PIN 456456456   </h3><p>
 <ul>    
    <li> Press the <em>Start</em> button to start.  
    <li> The ATM prompts each step with a message.   
    <li> Enter one of the two user names to begin transactions. 
    <li> Hit the <em>Enter</em> key when done. 
    <li> No new accounts or users can be created.
    <li> Press the <em>Finish</em> button when the current user is done.
    <li> Press the <em>Start</em> button to enter another user name.
<p>
<applet code=BigAtmScreen.class width=600 height=400>
</applet>
 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -