🌈 搜索
📅  最后修改于: 2022-03-11 14:45:00.042000             🧑  作者: Mango
randomString := " hello this is a test" fmt.Println(strings.Replace(randomString, " ", "", -1)) >hellothisisatest