📄 content_batchup_action.php
字号:
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_ArcBatch');
require_once(DEDEINC."/typelink.class.php");
require_once(DEDEADMIN."/inc/inc_batchup.php");
@set_time_limit(0);
//typeid,startid,endid,seltime,starttime,endtime,action,newtypeid
//鎵归噺鎿嶄綔
//check del move makehtml
//鑾峰彇ID鏉′欢
if(empty($startid))
{
$startid = 0;
}
if(empty($endid))
{
$endid = 0;
}
if(empty($seltime))
{
$seltime = 0;
}
if(empty($typeid))
{
$typeid = 0;
}
//鐢熸垚HTML鎿嶄綔鐢卞叾瀹冮〉闈㈠
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -