func (r Reader) UnreadByte() error func (b Buffer) UnreadByte() error 这两方法不接收参数,返回一个错误类型。。。那么这个两个方法作用是什么,怎么来用了。。
用来撤销。与ReadByte()互为反操作。