摘要:
1.创建数据库表创建MySQL数据表需要以下信息:表名表字段名定义每个表字段语法:CREATE TABLE table_name (column_name column_type); 实例:CREATE TABLE IF NOT EXISTS `t_userinfo`( `userid` INT U 阅读全文
摘要:
1.一个登录大麦网站的简单脚本 from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains from selenium.webdriver.common.keys im 阅读全文