【发布时间】:2023-04-04 09:58:02
【问题描述】:
我正在学习有关 Last.fm API 的 API。我如何知道此示例代码中指定的日期(图表来自="1108296002")?
<weeklychartlist tag="rock">
<chart from="1108296002" to="1108900802"/>
<chart from="1108900801" to="1109505601"/>
...
</weeklychartlist>
我在这里找到了示例:http://www.last.fm/api/show/tag.getWeeklyChartList
【问题讨论】: