🌈 搜索
📅  最后修改于: 2022-03-11 14:48:06.429000             🧑  作者: Mango
var string = "Hello world!"; string.split(" "); // ['Hello', 'world!'];