makehtml_js_action.php

来自「这是matlab的一个小程序」· PHP 代码 · 共 22 行

PHP
22
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?