0
2
187
1
decode的作用是将其他编码的字符串转换成unicode编码,如str1.decode('gb2312'),表示将gb2312编码的字符串st...
1、普通for循环 2、嵌套for循环 3、for - in range 循环 3-1 普通for-in range 3-2 for - in ...