Fork me on GitHub
摘要: 1. 字符串概念 • Python: x = ‘abbc’ x = “abbc”• Java: String x = “abbc”; Python和Java中的string 都是不可变数据类型, immutable:https://lemire.me/blog/2017/07/07/are-your 阅读全文
posted @ 2020-08-24 20:04 kris12 阅读(417) 评论(0) 推荐(0) 编辑
levels of contents