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

📄 news.txt

📁 这是一个用JAVA编写出来的小程序是有关WEBBASE方面的没有解压码
💻 TXT
字号:
# Lines starting with a pound sign (#) are comments and ignored.# Blank lines are likewise ignored.# Paramters:#	@HEAD	Requred. Must be the first line of a news item.#		May be more than one line. Terminated by a @URL,#		@MSG, or @END tags.#	@URL	Optional. A URL that will be associated with the#		news item. If the item is clicked on by a mouse,#		the URL will be loaded. Must be all on one line.#	@FRAME	Optional, but URL must be defined. If the item is#		clicked on by a mouse and the URL is defined, this will#		over-ride the TARGET parameter, allowing different frames#		to be targeted by different news items.#	@MSG	Requied. The message text. May be multiple lines.#		Terminated by a @END tag.#	@END	Required. Signals the end of the news item.# Unicode has not been tried within any of these, but I imagine#	it'd work.@HEADThis is a headline.@MSGAnd this is the message text.@END# Linked text@HEADThis is linked@URLhttp://www.io.com/~crackers/index.html@MSGThis is an example of linked text. It reloads the first page.@END# Frame target@HEADFrames!@URLHome.html@FRAMEfrmMain@MSGThis item uses the FRAME parameter. It'll reload the first page in this frame.@END# Real news@HEADActual News!@MSGNote for previous users: the HrefScroller class is gone. It'sURL linking and mouse detection methods have been rolled into theScroller class.@END# Java Boutique@HEADJava Boutique@URLhttp://javaboutique.internet.com/@MSGThis is one of my favorite places to look for applets andJava news. They were also kind enough to judge this thing wasgood enough to win a contest!@END# Long headline@HEADThis is an incredibly long headline. It's doubtful thatyou would want to do this, but the capability is there.@MSGOkay?@END# The End@HEADThe End@MSGThis is the last message. As soon as it's scrolled off,everything starts over again.@END

⌨️ 快捷键说明

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