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

📄 makehtml_freelist_action.php

📁 这是matlab的一个小程序
💻 PHP
字号:
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_MakeHtml');
require_once(DEDEINC."/arc.freelist.class.php");
if(empty($startid))
{
	$startid = 0;
}
$ci = " aid >= $startid ";
if(!empty($endid) && $endid>=$startid)
{
	$ci .= " And aid <= $endid ";
}
header("Content-Type: text/html; charset={$cfg_soft_lang}");
$dsql->SetQuery("Select aid From #@__freelist where $ci");
$dsql->Execute();
while($row=$dsql->GetArray())
{
	$idArray[] = $row['aid'];
}
if(!isset($pageno))
{
	$pageno=0;
}
if(empty($idArray))
{
	$idArray = '';
}
$totalpage=count($idArray);
if(isset($idArray[$pageno]))
{
	$lid = $idArray[$pageno];
}else
{
	ShowMsg( "瀹屾垚鎵

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -