摘要: import time # from selenium import webdriver from selenium.webdriver.chrome.service import Service from bs4 import BeautifulSoup from selenium.webdriv 阅读全文
posted @ 2022-09-24 20:45 python,菜鸟 阅读(33) 评论(0) 推荐(0) 编辑
摘要: //函数使用分为两步 :声明函数 调有函数 //1.声明函数 // function 函数名(){ // console.log('函数'); // } function shasf(){ console.log('hi-'); } //(1) function 声明的函数的关键字,全部小写 //( 阅读全文
posted @ 2022-09-24 20:32 python,菜鸟 阅读(24) 评论(0) 推荐(0) 编辑