Foxit translation interface call in python (available for personal testing)

Insert image description here
Insert image description here

# -*- coding: utf-8 -*-
# 作者:萧海
# 联系: 1283679
# @Project :python_test 
# File : main.py
# Date : 9/25/2023 3:46 PM
# application:版权拥有 侵权必究


import requests
import hashlib
import datetime
import time

dt = datetime.datetime.now(

Guess you like

Origin blog.csdn.net/qq_45662588/article/details/133576251