A.使用單引號’’B.使用雙引號""C.使用反斜杠轉義字符\"D.以上都可以
A.upper()B.lower()C.capitalize()D.title()
A.list("hello")B.split("hello")C.join("hello")D.replace("hello")