后臺(tái)-系統(tǒng)-基本參數(shù)-添加變量 變量名稱 cfg_hotkeys 變量類型 文本 參數(shù)說明 熱門關(guān)鍵詞 變量值 牛肉,排骨,番茄,芒果,香菇,玉米 前臺(tái)模板標(biāo)簽調(diào)用 {dede:global.cfg_hotkeys runphp="yes"} global $cfg_cmspath; $hotkeys = explode(',',@me); $result = ''; for($index=0;$index<count($hotkeys);$index++){ $result .= "<a href='{$cfg_cmspath}/plus/search.php?keyword=".urlencode($hotkeys[$index])."'>".$hotkeys[$index]."</a> "; } @me = $result; {/dede:global.cfg_hotkeys}