色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

python里的r

夏志豪2年前11瀏覽0評論

python里的r?

例如:

test = """hello,\nworld""" print "this is test1: %s" %test print "this is test2: %r" %test輸出: this is test1: hello, world this is test2: 'hello,\nworld'由此可見,在python中格式化字符%r,表示打印的是對象,什么都打印