⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 galaxyrowpos.php

📁 银河帝国源码(开源)很精彩的哦!!!!!!!!!!!!!!!!!!!!
💻 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 + -