这个其实可以通过浏览器大家自己查看源码得到,也可以通过数组反编码得到。但是问的朋友太多了,我这里直接贴出吧:
源码:
<html>
<head>
<title>
ALIENTEK STM32开发板 ENC28J60+uIP1.0 Webserver测试
</title>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<meta http-equiv="refresh" content="10;url=?">
<meta http-equiv= "Cache-Control" CONTENT= "no-cache">
</head>
<body>
<table style="border-style:solid;border-width:1pt; border-color:blue" cellspacing="10" cellpadding="10" width="500" align="center" background="/data/attachment/forum/2012/9/27/3101704bf46f755a007396f1d419bd3c_775.jpg">
<td align="center">
<h4>ALIENTEK STM32开发板 ENC28J60+uIP1.0 Webserver测试 </h4><br /><br />
LED0状态(<span style="color:#5B5B5B;"><strong>灭</strong></span>)
<img src="/data/attachment/forum/2012/9/27/ccecf4ebeb84b095545b8feb0cecc671_254.gif" class="rset" width="16" height="16" alt="layer">
<br />
LED1状态(<span style="color:#5B5B5B;"><strong>灭</strong></span>)
<img src="/data/attachment/forum/2012/9/27/ccecf4ebeb84b095545b8feb0cecc671_254.gif" class="rset" width="16" height="16" alt="layer">
<br /><br /><br />
<input type=button value="LED0状态反转" onclick="window.location.href('/?led=1')">
<input type=button value="LED1状态反转" onclick="window.location.href('/?led=2')">
<br /><br /><br />
<strong>CPU(STM32)温度:<span style="color:red;">30.5℃ </span> <br />
RTC时间:<span style="color:red;">2012-09-26 12:00 </span> <br /><br />
</strong>
ALIENTEK官方技术支持论坛:<a href="http://www.openedv.com" >www.openedv.com</a> <br />
ALIENTEK官方淘宝店:<a href="http://openedv.taobao.com" >http://openedv.taobao.com</a> <br /> <br />
广州市星翼电子科技有限公司
</td>
</table>
</body>
</html>
或者见附件
|