会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
connie_tong
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2021年11月12日
python re模块 正则表达式 re.split用法例子
摘要: # 获取订单编号order = driver.find_elements_by_xpath('//div[@class="goods-list"]/div')[1]order_num = order.textprint(order_num)# 提取订单编号number = re.split('订单编
阅读全文
posted @ 2021-11-12 12:14 connie_tong
阅读(182)
评论(0)
推荐(0)
编辑