if isinstance(obj, dict): raise Exception("Dictionary type is not supported.") root = None tags = {} subelements = {} # type: Dict[Any, ...
確定! 回上一頁