chilun0908

Results 1 issues of chilun0908

# 使用方法 items_json = request_shopee(keyword = '運動內衣', page = 0) items = {} #print(items_json) for i in range(len(items_json)): items[i] = items_json[i]['item_basic'] # items ====> --------------------------------------------------------------------------- TypeError Traceback (most recent call...