📄 makehtml_js_action.php
字号:
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_MakeHtml');
require_once(DEDEINC."/arc.partview.class.php");
if(empty($typeid))
{
$typeid = 0;
}
if(empty($templet))
{
$templet = "plus/js.htm";
}
if(empty($uptype))
{
$uptype = "all";
}
if($uptype == "all")
{
$row = $dsql->GetOne("Select id From #@__arctype where id>'$typeid' And ispart<>2 order by id asc limit 0,1;");
if(!is_array($row))
{
echo "瀹屾垚鎵
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -