🌈 搜索
📅  最后修改于: 2022-03-11 14:44:59.412000             🧑  作者: Mango
cmd := exec.Command("clear") cmd.Stdout = os.Stdout cmd.Run()