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