首页
编程
java
php
前端
首页
编程
java
php
前端
IAR中网页页面能做动态页面显示么,下面是静态的网关配置,
/**
@file webpge.h
@author WIZnet Software Team
@version V1.0
@date 2015-xx-xx
@brief web服务器现在的内容
@attention
****************************************************************************** **/ #ifndef __WEBPAGE_H #define __WEBPAGE_H #define INDEX_HTML "<!DOCTYPE html>"\ ""\ ""\ "源地仪器网络适配器W5500的网页配置"\ ""\ ""\ "body {text-align:left; background-color:#c0deed;font-family:Verdana;}"\ "#main {margin-right:auto;margin-left:auto;margin-top:30px;}"\ "label{display:inline-block;width:100px;}"\ "#main h3{color:#66b3ff; text-decoration:underline;}"\ ""\ ""\ "function $(id) { return document.getElementById(id); };"\ "function settingsCallback(o) {"\ "if ($('txtVer')) $('txtVer').value = o.ver;"\ "if ($('txtMac')) $('txtMac').value = o.mac;"\ "if ($('txtIp')) $('txtIp').value = o.ip;"\ "if ($('txtSub')) $('txtSub').value = o.sub;"\ "if ($('txtGw')) $('txtGw').value = o.gw;"\ "};"\ ""\ ""\ ""\ "
"\ "
"\ "
配置网络参数
"\ ""\ "
固件版本号:
"\ "
MAC地址:
"\ "
IP地址:
"\ "
子网掩码:
"\ "
默认网关:
"\ "
"\ ""\ "
"\ "
"\ "
"\ "©Copyright 2014 by 源地仪器"\ "
"\ ""\ ""\ ""
#endif
https://www.cnblogs.com/bluesungz/p/5955170.html
点击展开全文