NpsArticleCollection class
NpsArticleCollection表示文章集。
Property Summary
Integer
count
文章集中文章总数。
Method Summary
boolean
IsEmpty()
是否为空集合。true:是,false:不是
NpsArticle
GetNthArticle(int n)
返回第n个特定的文章。