05 2025 档案

摘要:f-string,称为格式化字符串常量(formatted string literals),是Python3.6新引入的一种字符串格式化方法,该方法源于PEP 498 – Literal String Interpolation,主要目的是使格式化字符串的操作更加简便。 阅读全文
posted @ 2025-05-21 18:21 金色旭光 阅读(501) 评论(2) 推荐(0)