1.新建一个UGUI的Image. 2.新建一个脚本wwwTest.cs: using System.Collections; using System.Collections.Generic; using UnityEngine; using System.IO; using UnityEngine.UI; //图片下载测试 public class wwwTest : MonoBehaviour { WWW www; //请求 string filePath; //保存的文件路径 Textu…
# coding=utf-8 import os import time from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC from selenium.webdr…