$linkOkstr = str_replace("~typename~",$row['typename'],$linkOkstr);
|
之后加一句
$linkOkstr = str_replace("~autoindex~",$GLOBALS['autoindex'],$linkOkstr);
|
{dede:channel type='top' currentstyle=" |
从1开始标签:
[field:autoindex runphp='yes']@me=$GLOBALS['autoindex']+0;[/field:autoindex] |
$GLOBALS['autoindex'] = 0; |
$GLOBALS['autoindex'] = 1; |



