单项选择题

以下哪个方法可以将字符串"hello world"按空格分割成列表?()

A.split("")
B.join("")
C.replace("","")
D.strip("")