str ='Python String function'. 生成字符串变量str='python String function' 字符串长度获取:len(str) 例:print '%s length=%d' % (str,len(str))
確定! 回上一頁