📄 co_url.php
字号:
<?php
require_once(dirname(__FILE__)."/config.php");
require_once(DEDEINC."/datalistcp.class.php");
setcookie("ENV_GOBACK_URL",$dedeNowurl,time()+3600,"/");
$where = "";
if(!isset($nid))
{
$nid="";
}
if(!empty($nid))
{
$where = " where cu.nid='$nid' ";
}
if(empty($small))
{
$small = 0;
}
if($nid!='')
{
$exportbt = "
<input type='button' name='b0' value='瀵煎嚭鍐呭
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -