DFN_network_dict = dict([(i,[]) for i in DFN_Network]) for key, value in all_dictionary.iteritems(): # for Python 2.x otherwise use .items ...
確定! 回上一頁