12345678910111213141516171819202122232425 |
- document.writeln("<div class=\'nhy\'>");
- document.writeln("</div>");
- document.writeln("<footer>");
- document.writeln(" <div class=\'a\'>");
- document.writeln(" <div class=\'container\'>");
- document.writeln(" <div class=\'info\'>");
- document.writeln(" <p style=\'font-weight: 700; line-height: 30px;\'>");
- document.writeln(" <a href=\'\' target=\'_blank\'>关于我们</a>");
- document.writeln(" |");
- document.writeln(" <a href=\'\' target=\'_blank\'>联系我们</a>");
- document.writeln(" |");
- document.writeln(" <a href=\'\' target=\'_blank\'>服务条款 </a>");
- document.writeln(" |");
- document.writeln(" <a href=\'\' target=\'_blank\'>网站地图</a>");
- document.writeln(" |");
- document.writeln(" ");
- document.writeln(" </p>");
- document.writeln(" <p>");
- document.writeln(" 为保证浏览效果及正常使用,建议使用:IE10及以上/Chrome/火狐等最新更新版本访问<br/>");
- document.writeln(" 版权所有 © 2021 刷制品质量监督检验中心 皖ICP备18620236888号 <br />");
- document.writeln(" </p>");
- document.writeln(" </div>");
- document.writeln(" </div>");
- document.writeln(" </div>");
- document.writeln(" </footer>");
|