python拼接变量、字符串的3种方法 第一种,加号(“+”): print ‘py’+’thon’ # output python str = ‘py’ … Continue reading python拼接变量、字符串的3种方法