Our class DictX here inherit Python's builtin dict . ... data = DictX({ "name": "bo" }) # use dot to get print(data.name) ...
確定! 回上一頁