我是 AWS 新手。我得到了这样的 AWS 响应。
<Items>
<Request>
<IsValid>True</IsValid>
<ItemSearchRequest>
<Brand>Levi's</Brand>
<Keywords>Men</Keywords>
<ResponseGroup>Large</ResponseGroup>
<SearchIndex>Apparel</SearchIndex>
</ItemSearchRequest>
</Request>
*<TotalResults>282</TotalResults>
<TotalPages>29</TotalPages>*
***<Item>***
<ASIN>B004A7YLN6</ASIN>
<DetailPageURL>http://www.amazon.com/Levis-Extra-Capacity-Slimfold-Wallet/dp/B004A7YLN6%3FSubscriptionId%3DAKIAIETT7RP2RAFF4UUQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB004A7YLN6</DetailPageURL>
<SmallImage>
<URL>http://ecx.images-amazon.com/images/I/51z7oqZYgoL._SL75_.jpg</URL>
<Height Units="pixels">71</Height>
<Width Units="pixels">75</Width>
</SmallImage>
<MediumImage>
<URL>http://ecx.images-amazon.com/images/I/51z7oqZYgoL._SL160_.jpg</URL>
<Height Units="pixels">152</Height>
<Width Units="pixels">160</Width>
</MediumImage>
<ItemAttributes>
<Binding>Apparel</Binding>
<Brand>Levi's</Brand>
<Department>mens</Department>
<FabricType>100% Genuine Leather</FabricType>
<Feature>Natural fold construction</Feature>
<Feature>9 Credit card pockets</Feature>
<Feature>Top entry mesh ID window pocket</Feature>
</ItemAttributes>
</Item>
<Items>
现在,我每页有十个项目。我需要得到第二页的响应。我怎样才能得到第二页的响应。这里总页数为 29。如果您需要更多信息,请告诉我。我在 Asp.net 应用程序中使用 REST。