Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何评价评论条目?我知道有一个方法 setTotalRating() 但是调用这个方法后,我该怎么办?service.insert(sth) ?
更新评论怎么样?
YouTubeService service = new YouTubeService(clientID, developer_key); //Done with authentication...blah...blah...blah... //Done with rating... //Update service.update(new URL(commentURL), commentEntry);