error.ihtml

来自「phpShop是一个基于php的分布式电子商务模块」· IHTML 代码 · 共 27 行

IHTML
27
字号
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Untitled Document</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /></head><body bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="10" bgcolor="#000000">  <tr>    <td>      <table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFCC33">        <tr align="center">           <td>             <h4>ERROR</h4>            <h5><?php echo $error_type;?></h5>            <center>              <h5><?php echo $error?></h5>            </center></td>        </tr>      </table>    </td>  </tr></table></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?