A.split("")B.join("")C.replace("","")D.strip("")
A.可變的B.不可變的C.部分可變的D.以上都不對
A.int("123")B.float("123")C.str("123")D.list("123")