{ return 1 }{ return 1 }这个函数是什么意思[解决办法]int test(){ return 1; }int a = test(); //结果a= 1;cout<<a<<endl; //会显示1