📄 html.class.php
字号:
<?php
class html
{
var $url;
function __construct()
{
global $db;
$this->db = &$db;
$this->table = DB_PRE.'special';
$this->url = load('url.class.php', 'special', 'include');
if(!defined('CREATEHTML')) define('CREATEHTML', 1);
}
function html()
{
$this->__construct();
}
function index()
{
extract($GLOBALS, EXTR_SKIP);
$TYPE = subtype('special');
$head['title'] = '涓撻
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -