eb.event_search(options, function (response) {
alert(response.size);
这是我的主要观点。
嗯实际上我已经知道 event_search 有哪些字段。
但是..问题是我根本无法使用它。
链接在这里。
http://developer.eventbrite.com/doc/events/event_search/#
有很多领域,但无论我做什么。我不能用它。
比如alert(response.num_showing);
alert(response.total_items);
alert(response.events.summary.num_showing);
alert(response.events_summar_num_showing);
alert(response.evnts_summary.num_showing);
但我一无所获。
请让我知道如何使用它们。感谢您的时间。