Go语言规范中规定了可寻址(addressable)对象的定义, For an operand x of type T, the address operation &x generates a pointer of type *T to x. The operand must be addressable, that is, either a variable, pointer indirection, or slice indexing operation; or a field selec...