?? menu.php
字號:
<?
$curscript=basename($_SERVER['SCRIPT_NAME']);
$scripts=array("ex1.php","ex2.php");
print "<strong style='color:brown;'>Rico LiveGrid - RTL Examples</strong>";
print "\n<table border='0' cellpadding='5'>\n<tr>";
print "<td><a href='../../'>Examples Home</a></td>";
foreach ($scripts as $k => $v) {
$k++;
if ($v==$curscript)
print "<td><strong style='border:1px solid brown;color:brown;'>Ex $k</strong></td>";
else
print "<td><a href='$v'>Ex $k</a></td>";
}
print "</tr>\n</table>";
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -