摘要:
#--------------------------------------------------------------------------------------- # 字符串连接 : 方法1 '+' str0 = 'hello' str1 = "python" print(str0 + str1) #'hellopython' # 字符串连接 : 方法2 连接对象.join() ... 阅读全文
posted @ 2017-04-05 22:34
C/C++/Python/Java
阅读(132)
评论(0)
推荐(0)

浙公网安备 33010602011771号