摘要: test = "郑建文妹子有种从我来" index = 0 while index < len(test): v = test[index] print(v) index += 1 print("=======") 阅读全文
posted @ 2019-04-26 18:58 挑水工 阅读(91) 评论(0) 推荐(0)