会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一切为了梦想
博客园
首页
新随笔
联系
订阅
管理
05 2021 档案
ImportError: cannot import name 'options' from 'pyecharts
摘要:from pyecharts import options as opts
阅读全文
posted @
2021-05-15 20:37
一切为了梦想
阅读(2407)
评论(0)
推荐(0)
AttributeError: module 'urllib' has no attribute 'parse'
摘要:import urllib str='伤害' print(urllib.parse.quote(str)) 报错AttributeError: module 'urllib' has no attribute 'parse',改为如下代码即可 import urllib.parse str='伤害'
阅读全文
posted @
2021-05-14 15:13
一切为了梦想
阅读(1774)
评论(0)
推荐(1)
公告