變數 | 類型 | 說明 |
---|---|---|
type | CollectionType | 系列的類型。 |
title | 字串 | 系列的標題。 |
articleId | 字串 | 您選擇用來識別網站內系列的唯一文章ID。 |
url | 字串 | 此系列的標準絕對URL。 |
Collection collection = site.buildCollection(type, title, articleId, url);
var collection = site.buildCollection(type, title, articleId, url);
$collection = site->buildCollection(type, title, articleId, url);
collection = site.build_collection(type, title, articleId, url)
collection = site.build_collection(type, title, articleId, url)