会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大家猴啊
首页
新随笔
订阅
管理
2023年5月20日
str.center('a', 3)和'a'.center(3)作用是一样的
摘要: >>> 'a'.upper() 'A' >>> str.upper('a') 'A' >>> type('a'.upper) <class 'builtin_function_or_method'> >>> type(str.upper) <class 'method_descriptor'> >>
阅读全文
posted @ 2023-05-20 23:31 sangern
阅读(18)
评论(0)
推荐(0)
公告