2017-05-17 103 views

回答

0

您可能需要檢查Comment類然後getContent()方法,該方法以String形式返回此註釋的內容。

var pages = SitesApp.getSite('example.com', 'mysite').getChildren(); 
var comments = pages[0].getComments(); 
var content = comments[0].getContent()