对于python+selenium抓取网页新闻列表元素,保存到excel文档中_huan_128的专栏-CSDN博客
进行的优化
注意:本人出于学习,自己所瞎写,如注重写编码规则者,请忽略
#!/usr/local/bin/python3
# !python3.9
# -*- coding: UTF-8 -*-
'''
@File:xwzx1.py
@Time:2021-09-09 18:32
@Author:
抓取网页新闻列表元素,并记录标题和链接地址,保存到excel文档中
'''
from selenium import webdriver
from os.path import join
import os
import sys
from time import strftime
from time import sleep
import xlrd
import xlwt
excel_dir=os.path.di