arclist.lib.php
来自「这是matlab的一个小程序」· PHP 代码 · 共 21 行
PHP
21 行
<?php
function lib_arclist(&$ctag,&$refObj)
{
global $envs;
$autopartid = 0;
$tagname = $ctag->GetTagName();
$channelid = $ctag->GetAtt('channelid');
if($tagname=='imglist'||$tagname=='imginfolist'){ $listtype = 'image'; }
else if($tagname=='specart'){ $channelid = -1; $listtype=''; }
else if($tagname=='coolart'){ $listtype = 'commend'; }
else if($tagname=='autolist'){ $autopartid = $ctag->GetAtt('partsort'); }
else{ $listtype = $ctag->GetAtt('type'); }
//鎺掑簭
if($ctag->GetAtt('sort')!='') $orderby = $ctag->GetAtt('sort');
else if($tagname=='hotart') $orderby = 'click';
else $orderby = $ctag->GetAtt('orderby');
//瀵圭浉搴旂殑鏍囪
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?