填充零值(不会进一步初始化),返回指针
可用来简化定义内部类型(int, string…),因为&int是非法的
int
string
&int
1234
i := new(int)var j inti = &j