make_message.tpl.php
来自「a short sketch about linux syntex lines.」· PHP 代码 · 共 16 行
PHP
16 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<meta http-equiv="refresh" content="2;URL=<?php echo $this->jumpurl;?>" />
<body>
<table width="500" border="0" align="center">
<tr>
<td height="50" align="center">正在生成页面,请稍候...</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?