htmllinkfinder.html~

来自「书籍"Java_面向事件编程"的附带光盘代码」· HTML~ 代码 · 共 28 行

HTML~
28
字号
<html><head><title>HTMLLinkFinder</title></head><body><h1>HTMLLinkFinder</h1><p>This program allows one to fetch an HTML file from the web and obtaina list of all the links contained within the HTML.  It demonstrates the use ofthe URL class to open a Stream.</p><table border="3"><tr><td><applet  code="HTMLLinkFinder.class"  archive="HTMLLinkFinder.jar"  width=""  height="">Note: This demo requires a Java enabled browser.  If you see this message then your browser either doesn't support Java or has had Java disabled.</applet></td></table><p>Click below to download the source files for HTMLLinkFinder.</p><ul><li><a href="HTMLLinkFinder.java">HTMLLinkFinder.java</a></ul></body></html>

⌨️ 快捷键说明

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