出现了出图的错误不解
因为 cout 操作符没有重载这种输出
cout<<(void*)&fun<<endl;试一下这样
手机端写的显示有问题
printf("%p",fun);这样,,,
cout << (int)(void *)fun<int> << endl;