字串 之間的比較。 在Python中可以對字串直接進行比較,即可以直接進行: str1='Abch' str2='Dech' print str1<str2 print str1==str2 print str1>str2.
確定! 回上一頁