str0 = ' '
對於dic中的I:
對於dic[i]中的j:
str0 += j + '\t '
str0 = str0.strip('\t ')
dic[i] = str0
打印(駕駛員信息中心)
雖然這裏印的是壹個\t,但實際上是壹個tab。讓我分別打印出這些值。看壹看: