除了#pragma once还有另一种写法,通过宏定义实现
如 head.h ,他的宏定义尽量和它自己的文件名一致
#ifndef _HEAD_H_ #define _HEAD_H_ //需要的函数声明 #endif