A.使用雙引號(hào)""B.使用單引號(hào)’’C.使用反斜杠轉(zhuǎn)義字符\’D.以上都可以
A.upper()B.lower()C.capitalize()D.title()
A.split("")B.join("")C.replace("","")D.strip("")