1怎样输出23%呢?使用%%输出%,用来代替/的转义输出
例子;
print("%s%%"%(23))
python %的转义输出
原文:https://www.cnblogs.com/yingdongyi/p/9981037.html