s = "字符串的遍历可访问每一个字符成员"

for temp in s:
print(temp)