File:help/viewdocument.html
Method:map.get(key,default)
rowcontent??get
类型不正确
xmls/news.xmls
...
@Modified=@rowcontent[Modified];
@Modified=$datetime.format(@Modified,yyyy-MM-dd);
@Click=@rowcontent[Click];
@querycontent[ContentId]=@ContentId;
@querycontent[Click]=(@Click+1);
@querycontent.update();
}
$else{
@rowcontent=$map();
@rowcontent[Title]=无数据;
}
$return($empty);
}



$sub btbt(){
@querycon=$query(content,content);
@AreaId=$shell[AreaId];
@querycon[AreaId]=@AreaId;
@ContentId=$http.get(id,74);
@rowcontent=@querycon.row(@ContentId);
@bt=$string();
@bt.append(@
rowcontent[Title]);
@bt.append(-地面通);
$return(@bt);
}

$sub btkeywords(){
@querycon=$query(content,content);
@AreaId=$shell[AreaId];
@querycon[AreaId]=@AreaId;
@ContentId=$http.get(id,74);
@rowcontent=@querycon.row(@ContentId);
@keywords=$string();
@keywords.append(@rowcontent[MetaKeyword]);
$return(@keywords);
}

$sub btDescription(){
@querycon=$query(content,content);
@AreaId=$shell[AreaId];
@querycon[AreaId]=@AreaId;
@ContentId=$http.get(id,74);
@rowcontent=@querycon.row(...