#数字 int #字符串 replace find join strip startwith endwith upper lower format 特殊的 v = template.format(**{name:‘fdsa‘,age:‘fdasf‘}) #列表 append extend insert 索引、切片、循环 #元组 忽略 #字典 get update keys values items for 索引 #布尔值 0 1 bool() 为假的:none () 0 ‘‘ [] {}
Posted zy0718
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了三天一小节 需要熟练掌握的类型方法相关的知识,希望对你有一定的参考价值。
#数字 int #字符串 replace find join strip startwith endwith upper lower format 特殊的 v = template.format(**{name:‘fdsa‘,age:‘fdasf‘}) #列表 append extend insert 索引、切片、循环 #元组 忽略 #字典 get update keys values items for 索引 #布尔值 0 1 bool() 为假的:none () 0 ‘‘ [] {}
以上是关于三天一小节 需要熟练掌握的类型方法的主要内容,如果未能解决你的问题,请参考以下文章
🤖全套Java教程_Java基础入门教程,零基础小白自学Java必备教程🙋♂️002 # 第三单元 运算符方法入门 #