Skip to content

Instantly share code, notes, and snippets.

@tlxue
Created January 29, 2013 18:14
在豆瓣电影中点一下即可标记为想看。
$.ajax({
type: "POST",
url: "http://movie.douban.com/j/subject/4319445/interest",
data: { ck: "cWiS", interest: "wish" },
success: function () { console.log('想看') },
dataType: "json"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment