Fscanf 并像 C 中那样省略字段

fscanf 并像 c 中那样省略字段

问题内容

是否可以像 C 中那样省略字段 %*s

var pid int fmt.Fscanf(r, "%*s %d", &pid)登录后复制