我用 open_taobao(https://github.com/wongyouth/open_taobao )处理淘宝 API,如下:
hash = OpenTaobao.get(
:method => "taobao.taobaoke.items.convert",
:num_iids => "18235031770",
:fields => "title, price, click_url, pic_url"
)
这样后,我如何处理 hash,使其中的参数显示在我的 view 页面里呢? 我直接在 view 视图里
<p><%= hash %></p>
结果会只显示一串数值