#!/usr/bin/env python import json import os def json_test(): return_dic = {} json_data = { 'appid':'modify appid', 'key':'modify key', 'fromLang':'en', 'toLang':'zh', 'select':'all', #选择是否全部翻译,all-全部 select-只翻译没有翻译的内容 'thread': 'on' , #是否开启线程翻译,on-开,…