?? menu_top.php
字號:
<?php
include_once( "inc/auth.php" );
$MENU_TOP = array(
array( "text" => "試卷管理", "href" => "index1.php", "target" => "", "title" => "", "img" => "/images/menu/test.gif" ),
array( "text" => "新建試卷", "href" => "new.php", "target" => "", "title" => "", "img" => "/images/notify_new.gif" )
);
include_once( "inc/menu_top.php" );
?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -