fyre.conv.load({}, [conversationInfo], function(widget) {
widget.on('commentCountUpdated', function(data)) {
//Data here
});
}};
通过 Livefyre 如何将数据结果转换为 var?
fyre.conv.load({}, [conversationInfo], function(widget) {
widget.on('commentCountUpdated', function(data)) {
//Data here
});
}};
通过 Livefyre 如何将数据结果转换为 var?