?? list.php
字號:
<?php
require ("./include/config.php");
require ("./global.php");
include ("./include/top.php");
mysql_pconnect($dbhost,$dbuser,$dbpasswd);
goto($type);
include ("./include/zj.php");
if ($search):
search($keyword,$searchtype,$name,$brief);
end;
else:
list_program($type,$setid);
list_pages($type,$setpage,$setid);
echo "<br>\n";
endif; // if search
include ("./include/xb.php");
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -