elif isinstance(data, dict):. return all(isinstance(k, str) and safe_json(v) for k, v in data.items()).
確定! 回上一頁