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

📄 index.html

📁 processing製作之動態互動圖像,圖像隨滑鼠移動產生形變
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">	<head>	        <!-- charset must remain utf-8 to be handled properly by Processing -->		<meta http-equiv="content-type" content="text/html; charset=utf-8" />				<title>shimmia : Built with Processing</title>				<style type="text/css">		/* <![CDATA[ */			body {  		  margin: 60px 0px 0px 55px;		  font-family: verdana, geneva, arial, helvetica, sans-serif; 		  font-size: 11px; 		  background-color: black; 		  text-decoration: none; 		  font-weight: normal; 		  line-height: normal; 		  color: #ccc;		}		 		a          { color: #fff; }		a:link     { color: #fff; text-decoration: underline; }		a:visited  { color: #eef; text-decoration: underline; }		a:active   { color: #eff; text-decoration: underline; }		a:hover    { color: #eff; text-decoration: underline; }			/* ]]> */		</style>	 	</head>	<body>		<div id="content">			<div id="shimmia_container">						<!--[if !IE]> -->				<object classid="java:shimmia.class"             			type="application/x-java-applet"            			archive="shimmia.jar"            			width="300" height="300"            			standby="Loading Processing software..." >            								<param name="archive" value="shimmia.jar" />									<param name="mayscript" value="true" />					<param name="scriptable" value="true" />									<param name="image" value="loading.gif" />					<param name="boxmessage" value="Loading Processing software..." />					<param name="boxbgcolor" value="#000000" />									<param name="test_string" value="outer" />			<!--<![endif]-->								<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" 						codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_15-windows-i586.cab"						width="300" height="300"						standby="Loading Processing software..."  >											<param name="code" value="shimmia" />					<param name="archive" value="shimmia.jar" />										<param name="mayscript" value="true" />					<param name="scriptable" value="true" />										<param name="image" value="loading.gif" />					<param name="boxmessage" value="Loading Processing software..." />					<param name="boxbgcolor" value="#FFFFFF" />										<param name="test_string" value="inner" />										<p>						<strong>							This browser does not have a Java Plug-in.							<br />							<a href="http://java.sun.com/products/plugin/downloads/index.html" title="Download Java Plug-in">								Get the latest Java Plug-in here.							</a>						</strong>					</p>								</object>							<!--[if !IE]> -->				</object>			<!--<![endif]-->						</div>						<p>						</p>						<p>			Source code: <a href="shimmia.pde">shimmia</a> 			</p>						<p>			Built with <a href="http://processing.org" title="Processing.org">Processing</a>			</p>		</div>	</body></html>

⌨️ 快捷键说明

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