标签:pac print fun code imp main col pre class
package main import "fmt" func main() { // \r 回车,从当前行的最前面开始输出,覆盖掉以前的内容 // 输出:曹操刘备关羽 fmt.Println("张飞刘备关羽\r曹操") }
回车\r的含义
原文地址:https://www.cnblogs.com/goujian/p/11721036.html