2007-02-01 15:02:46bailing pub_collection.php function GetSpPage($dourl,$noteid,&$html,$step=0){> $linkareaHtml = str_replace( "[var:分页区域]" , $linkareaHtml , $this->ArtNote["sppage"] ); $this->tmpUnitValue = str_replace( $linkareaHtml , "#p#副标题#e#" , $this->tmpUnitValue ); $n = count($this->CDedeHtml->Links); $i = 0; foreach($this->CDedeHtml->Links as $k=>$t) { $i++; $k = $this->CDedeHtml->FillUrl($k); if($k==$dourl) continue; $nhtml = $this->DownOnePage($k); if($nhtml!="") { $currPageHtml = $this->GetHtmlArea( "[var:内容]" , $sarr["match"] , $nhtml ); $linkareaHtml = $this->GetHtmlArea("[var:分页区域]",$this->ArtNote["sppage"],$currPageHtml); $linkareaHtml = str_replace( "[var:分页区域]" , $linkareaHtml , $this->ArtNote["sppage"] ); if($i==$n) $repl = ""; else $repl = "#p#副标题#e#"; $currPageHtml = str_replace( $linkareaHtml , $repl , $currPageHtml ); $this->tmpUnitValue .= $currPageHtml; } } 相关文章: 2021-12-26 2021-12-26 2021-12-26 2021-12-26 2021-08-17 2021-05-31 2022-12-23