dede自带采集器的高级技巧
2009-10-16 18:07:00 来源:WEB开发网核心提示: if($sarr["function"]!=""){ if(!eregi('@litpic',$sarr["function"])){
if($sarr["function"]!=""){
if(!eregi('@litpic',$sarr["function"])){
$v = $this->RunPHP($v,$sarr["function"]);
$artitem .= "{dede:field name='$k'}$v{/dede:field}\r\n";
}else{
$tmpLtKeys[$k]['v'] = $v;
$tmpLtKeys[$k]['f'] = $sarr["function"];
}
把其中的
$v = $this->RunPHP($v,$sarr["function"]);
改成:
$v = $this->RunPHP($v,$sarr["function"], $dourl);
就可以了,至此源代码全部修改完毕。
要使用这个新的变量@url很简单
比如说,在文章内容的自定义处理接口里写下:
@me=@me.'<br><br>文章来源:'.@url
就可以了
更多精彩
赞助商链接