frontend: first :add $.support.cors=true; in front of the Ajax code. seconde: add the crossDomain:true, attribute to the $.ajax. webconfig: add the following code to the node <system.webServer> <httpProtocol> <customHeaders> <add nam…
import requestsimport re import requests import re class Crm_token(object): try: username=int(input("请输入登录手机号:\n")) password=input("请输入登录密码:\n") except Exception as error: print("登录信息输入错误,错误信息%s"%(error)) def __init__(self):…