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

📄 index.html

📁 上传文件applet
💻 HTML
字号:
<html>	<head>		<title>Applet test</title>	</head>		<body>		<applet name="postlet" code="Main.class" archive="postlet.jar" width="305" height="150" mayscript>			<param name = "maxthreads"		value = "5" />			<param name = "language"		value = "" />			<param name = "type"			value = "application/x-java-applet;version=1.3.1" />			<param name = "destination"		value = "[*** DESTINATION URL***]" />			<param name = "backgroundcolour" value = "16777215" />			<param name = "tableheaderbackgroundcolour" value = "14079989" />			<param name = "tableheadercolour" value = "0" />			<param name = "warnmessage" value = "false" />			<param name = "autoupload" value = "false" />			<param name = "helpbutton" value = "false" />			<param name = "fileextensions" value = "Image Files,jpg,gif,jpeg" />			<param name = "endpage" value = "[*** ENDPAGE URL***]" />			<param name = "helppage" value = "http://www.postlet.com/help/?thisIsTheDefaultAnyway" />		</applet>		<!--			If the ENDPAGE URL is left unset, you must have a postletFinished 			javascript method on your HTML page.						DESTINATION URL is the url on your server of the script that will			receive the files.						More information about the above can be found on the Postlet install			page: http://www.postlet.com/install		-->		<p>Check <a href="http://www.postlet.com/install/">here</a> first if this		isn't working, and then post a message <a href="http://sourceforge.net/forum/forum.php?forum_id=468216">here</a>.</p>	</body></html>

⌨️ 快捷键说明

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