default_data['item3'] = 3. Easy as py. Another possible solution: default_data.update({'item3': 3}). which is nice if you want to insert ...
確定! 回上一頁