footer.htm

来自「Discuz论坛功能、使用、二次开发的详细介绍说明。」· HTM 代码 · 共 34 行

HTM
34
字号
<!--{if UC_DEBUG}-->
	<style type="text/css">
	#debuginfo {width: 60%;margin-left: 2em;}
	fieldset {margin-top: 2em; display: block;}
	</style>
	<div style="text-align: left;" id="debuginfo">
		Processed in <span id="debug_time"></span> s
		<fieldset>
			<legend><b>GET:</b></legend>
			<!--{eval echo '<pre>'.print_r($_GET, TRUE).'</pre>';}-->
		</fieldset>
		<fieldset>
			<legend><b>POST:</b></legend>
			<!--{eval echo '<pre>'.print_r($_POST, TRUE).'</pre>';}-->
		</fieldset>
		<fieldset>
			<legend><b>COOKIE:</b></legend>
			<!--{eval echo '<pre>'.print_r($_COOKIE, TRUE).'</pre>';}-->
		</fieldset>
		<fieldset>
			<legend><b>SQL:</b> $dbquerynum</legend>
			<!--{loop $dbhistories $dbhistory}-->
				 <li>$dbhistory</li>
			<!--{/loop}-->
		</fieldset>
		<fieldset>
			<legend><b>Include:</b> {eval echo count(get_included_files());}</legend>
			<!--{eval echo '<pre>'.print_r(get_included_files(), TRUE).'</pre>';}-->
		</fieldset>
	</div>
<!--{/if}-->

</body>
</html>

⌨️ 快捷键说明

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