我想知道一种使用python将文本文件转换为JSON格式的方法,因为我听说使用python使用名 ... import json prot2_names = {} tmpfil = open("file.txt", "r"); for lin in ...
確定! 回上一頁