dedecms 内容页调用关键词的方法
1
2
3
4
5
6
7
8
9
10
11
12
|
{dede:field name='keywords' runphp='yes' } if(!empty(@me)) { $kws = explode(',',@me); @me = ""; foreach($kws as $k) { @me .= "< a href = '/plus/search.php?keyword=".urlencode($k)."' target = _blank >< strong >$k</ strong ></ a > "; } @me= str_replace(' ', ' ',trim(@me)); }
相关文章
最新文章 |