99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
2019-02-18 閱讀量: 753
python str 與 repr 用法是啥?

python str 與 repr 用法是啥?

答:python可以通過(guò)使用str 與 repr 這兩種機(jī)制將值轉(zhuǎn)換為字符串。

str 能將特殊編碼轉(zhuǎn)換為相應(yīng)的字符

print(str'hello \nworld')

輸出:

hello

world

repr 能將值轉(zhuǎn)換為合法python表達(dá)式

print(repr'hello \nworld')

輸出:'hello \nworld'

0.0000
2
關(guān)注作者
收藏
評(píng)論(0)

發(fā)表評(píng)論

暫無(wú)數(shù)據(jù)
推薦帖子