A.upper()B.lower()C.capitalize()D.title()
A.split("")B.join("")C.replace("","")D.strip("")
A.可變的B.不可變的C.部分可變的D.以上都不對(duì)