单项选择题
A.使用双引号""B.使用单引号’’C.使用反斜杠转义字符\’D.以上都可以
A.upper()B.lower()C.capitalize()D.title()
A.split("")B.join("")C.replace("","")D.strip("")