📄 galaxyrowpos.php
字号:
<?php
/**
* GalaxyRowPos.php
*
* @version 1.0
* @copyright 2008 By Chlorel for XNova
*/
function GalaxyRowPos ( $Planet, $GalaxyRow ) {
// Pos
$Result = "<th width=30>";
$Result .= "<a href=\"#\"";
if ($GalaxyRow) {
$Result .= " tabindex=\"". ($Planet + 1) ."\"";
}
$Result .= ">". $Planet ."</a>";
$Result .= "</th>";
return $Result;
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -