如何在搜索代码时从tumblr帖子中提取详细信息? 例如,我的代码如下所示:
tagpost = client.tagged("lol", :limit => 1)
tagpost["tagged"].each do |posts|
puts posts["id"]
end
错误读取
[]': no implicit conversion of String into Integer (TypeError)
from tumblr.rb:67:in <main>'
我正试图在搜索标签后显示帖子ID。 谢谢你的帮助:)