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的网页配置"\ ""\ "&quot;\ &quot;body {text-align:left; background-color:#c0deed;font-family:Verdana;}&quot;\ &quot;#main {margin-right:auto;margin-left:auto;margin-top:30px;}&quot;\ &quot;label{display:inline-block;width:100px;}&quot;\ &quot;#main h3{color:#66b3ff; text-decoration:underline;}&quot;\ &quot;"\ "&quot;\ &quot;function $(id) { return document.getElementById(id); };&quot;\ &quot;function settingsCallback(o) {&quot;\ &quot;if ($(&#39;txtVer&#39;)) $(&#39;txtVer&#39;).value = o.ver;&quot;\ &quot;if ($(&#39;txtMac&#39;)) $(&#39;txtMac&#39;).value = o.mac;&quot;\ &quot;if ($(&#39;txtIp&#39;)) $(&#39;txtIp&#39;).value = o.ip;&quot;\ &quot;if ($(&#39;txtSub&#39;)) $(&#39;txtSub&#39;).value = o.sub;&quot;\ &quot;if ($(&#39;txtGw&#39;)) $(&#39;txtGw&#39;).value = o.gw;&quot;\ &quot;};&quot;\ &quot;"\ ""\ ""\ "
    "\ "
    "\ "

    配置网络参数

    "\ ""\ "

    固件版本号:

    "\ "

    MAC地址:

    "\ "

    IP地址:

    "\ "

    子网掩码:

    "\ "

    默认网关:

    "\ "

    "\ ""\ "
    "\ "
    "\ "
    "\ "©Copyright 2014 by 源地仪器"\ "
    "\ ""\ ""\ ""

#endif

https://www.cnblogs.com/bluesungz/p/5955170.html