File:china/News_Show.xmls
Function Code:340
Method Code:5
类型不正确:(row(getDatetime))
china/News_Show.xmls
$function main(){
$
if($get(newsid)){
@newsid=$get(newsid,;$number);
@row=$db.dataRow(select * from cnnews where newsid={@newsid});
@modi1=@row.getDatetime(modified);
@Modified=@modi1.toString(yyyy-MM-dd);
$content.html(news_Show.html);
}
}