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.
我正在创建一个与Reddit 的 API一起使用的 Rails 应用程序。
我如何才能知道登录用户之前是否对链接进行过投票?他们投票的方向是什么?
我发现如果用户登录,在JSON列表项中有一个变量likes
JSON
likes
likes是true赞成票,反对票false和null不投票。
true
false
null