RE: Hivejs开发实战指南
let author = "lemooljiang" let query = { limit : 30, start_author: author, start_permlink: ""} hive.api.getDiscussionsByComments(query, function(err, result) { console.log(265, err, result) }
RE: Hivejs开发实战指南