Python CSV转JSON import csv import json csv_file = open("Tel.csv", 'r', encoding='utf-8') json_file = open("Tel.json", 'w', ...
確定! 回上一頁