效果: 代码:
#include <iostream>
#include <map>
#include <string>
int main()
{std::string s;//std::cin >> s;s " aaa aaaaa a aa aaa aaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaa Hi I am a person a…
上传文件的两种方式
一、input标签上传文件 可以用send_keys方法直接上传文件 示例代码 input标签上传文件import time
from selenium import webdriver
from chromedriver_py import binary_path # this will get you the path variable
from selenium.webdriver.common.by i…