... d 是以十進位整數輸出): text = 'world' print('hello %s' % text) ... print('hello %s %s' % ('world', 'go')) # hello world go. 新式字串格式 ...
確定! 回上一頁