void A function that does not need to return a value. That is, there is no code such as return xxx in the function, that is, there is no return value. Whether the function needs a return value is determined by the specific function to be implemented by the method, not necessary. The one in the main function means to call the function defined above. Hope to adopt