Python 3.14 t-string 要来了,它与 f-string 有何不同? name = "World"# f-string 语法formatted = f"Hello {name}!"print(type(formatted)) # 输出:print(formatted) # 输出:Hello World! python item str template isins 2025-04-29 04:30 3