Golang面试make和new的用法

// The new built-in function allocates memory. The first argument is a type,// not a value, and the value returned is a pointer to a newly。

golang new 函数的使用

eg:用那种方式取决于你,但是你会发现,当需要去初始化结构体字段时,大多数人更喜欢使用后者,因为后者更易读:

Person p = new Person();在内存中做了哪些事情?

1、判断文件是否存在,不存在创建文件File file=new File(“C:\\Users\\QPING\\Desktop\\JavaScript\\2.htm”);