此處用到了%s 表示的是格式化字串. python中對應的其他% 操作有如下: ... string="hello" #%s列印時結果是hello print("string=%s" % string) ...
確定! 回上一頁