footer.php

来自「新闻发布系统」· PHP 代码 · 共 15 行

PHP
15
字号
<?php
echo "<br>		<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">
			<tr>
				<td width=\"100%\">
					<center>
						欢迎再次来到<a href=\"http://localhost/news/index.php\" target=\"fubonews\">品杰</a>新闻发布系统
					</center>
				</td>
				</tr>
		</table>
		</center>
	</body>
</html>";
?>

⌨️ 快捷键说明

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