摘要: [] 是針對特定類型、固定長度的。List 是針對特定類型、任意長度的。Array 是針對任意類型、固定長度的。ArrayList 是針對任意類型、任意長度的。Array 和 ArrayList 是通過存儲 object 實現任意類型的,所以使用時要轉換。 Array 是抽象類別,不能使用 new 阅读全文
posted @ 2019-06-18 18:01 日光之下无新事 阅读(178) 评论(0) 推荐(0) 编辑
摘要: List是類,實現了IList接口,IList繼承了ICollection,ICollection繼承了IEnumerable,IEnumerable是其中最底層的接口。 實現IEnumerable接口的類,可以使用foreach進行循環讀取。 實現ICollection接口的類,除了可以使用for 阅读全文
posted @ 2019-06-18 17:32 日光之下无新事 阅读(320) 评论(0) 推荐(0) 编辑
摘要: https://mws.amazonservices.com/scratchpad/index.html Use this page to test Amazon MWS API request and response. 阅读全文
posted @ 2019-06-18 16:06 日光之下无新事 阅读(783) 评论(0) 推荐(0) 编辑