二、list转JSON. 接上面的代码 jsonList = [] jsonList.append(aItem) jsonList.append(bItem) jsonArr = json.dumps(jsonList, ensure_ascii=False) ...
確定! 回上一頁