<!-- 标签 -->
[field:id runphp='yes']
global $cfg_cmspath;
$tags = GetTags(@me);
$revalue = '';
$tags = explode(',', $tags);
foreach($tags as $key => $value){
if($value){
$revalue .= '<a href="'.$cfg_cmspath.'/tags.php?/'.$value.'/">'.$value.'</a> ';
}
}
@me = $revalue;
[/field:id]

相关文章:

  • 2021-06-12
  • 2021-12-10
  • 2021-11-09
  • 2021-10-22
  • 2022-12-23
  • 2021-06-16
  • 2021-12-18
猜你喜欢
  • 2021-05-09
  • 2021-11-09
  • 2022-03-12
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2021-08-25
相关资源
相似解决方案