风舞雪2424
2018-01-04 01:28IAR中网页页面能做动态页面显示么,下面是静态的网关配置,
5/**
- @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
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- IAR编译后只有两个值,是出问题了吗?
- c语言
- 1个回答
- 求解答:基于STM32平台的数据存储空间分配问题
- 数据存储
- 3个回答
- stm32串口调试助手乱码
- stm32
- 乱码
- 串口调试
- 2个回答
- 为什么IAR总是报错说IRCON未定义
- 蓝牙
- cc2540
- 1个回答
- Alternative Scale of Notation
- each
- 2个回答
换一换