Python 百分號 % 的意思?python教程中看到的一個例子:zip_command = gzip '%s' %s % (target, ' '.join(source)) 前兩個%s是佔位符,而後面的%是字元替換的意思。建議你看看書
blog.csdn.net