C/C++ 不带参数的回调函数 与 带参数的回调函数 函数指针数组 例子
先来不带参数的回调函数例子
FuncPoint funcPointArray[]={printFunc1,printFunc2};