<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 height="326" 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;">18.5℃ </span> <br />
CPU(STM32)温度提示:<span style="color:red;">温度正常 </span> <br />
ADC转换结果:<span style="color:red;">1000 </span> <br />
RTC时间:<span style="color:red;">2012-09-26 12:00 </span> <br /><br />
</strong>
<form method="get" action="">
data: <input name="data" type="text"></input>
<input name="" type="submit" value="提交" /> <input name="reset" type="reset" id="reset" value="重置" />
</form>
</table>
</body>
</html> 为什么我的这个网页直接用浏览器打打开没有问题,而当我将其转化成二进制数组,放到嵌入式开发板的enc28j60的工程里边,再次访问就会出现很多乱码 |