s 格式化字符串print('str1%s' % 'str2')>> str1str2# 意思是%作为一个替代,将后面的'str2'字符串加到str1后面案例示范具体用法string="hello" ...
確定! 回上一頁