#!/usr/bin/env python3 # -*- coding: utf-8 -*- import json """ python对象转json字符串""" # 构造字典python2json = {} # 构造list listTest = [1 ...
確定! 回上一頁