from collections import OrderedDict >>> dict(OrderedDict([('method', 'constant'), ('data', '1.225')])) {'data': '1.225...
確定! 回上一頁