%d、%s、%f... 这些以 % 开头的占位符都是为了支持 python 字符串格式化输出。 举几个例子 >>> name = "abc" >>> print("%s def"%name) >>> print("%s ...
確定! 回上一頁