闭于标签 dede:global 高运用 function 属性的答题及解决要领 ,请看上面的剖析 :
版原 v 五. 五
运用
{dede:global name=’keyword’ /}否以一般猎取到 keyword 的值,
参加function 后
{dede:global name=’keyword’ function=’str_replace(” “,”-“,@me)’ /}keyword 的值为空.
看了一个上午,末于解决了答题.是一个 bug.
解决圆案:
找到 include/dedetag.class.php
找到第 四 二 三 止:
将
$str = $this->EvalFunc( $this->CTags[$i]->TagValue, $this->CTags[$i]->GetAtt(‘function’),$this->CTags[$i] );
修正 为:
$str = $this->EvalFunc( $str, $t