「字串格式化」能處理複雜的字串格式問題,Python 支援兩種方式, ... text = '我叫%s' % 'Jacky' print(text) ''' 我叫Jacky ''' text = '我叫%s, ...
確定! 回上一頁