先看例子:print('qq\njj')print('oo\r\nuu')print('www\ree')輸出結果:qqjjoouuee在第三個print語句中,字符串中的』www』不見了。
確定! 回上一頁