type p * int func(p) f( ){}这种方法的声明是正确的。

分类: 初级Go开发工程师 发布时间: 2023-11-03 11:12 浏览量: 1

type p * int func(p) f( ){}这种方法的声明是正确的。

A.正确

B.错误

正确答案是A