json.dumps() with indent argument returns a JSON formatted string value created from the dictionary. Python Program import json dictionary = {'a':34, ...
確定! 回上一頁