如:struct ststst{ int a; int b; char c;}struct ststst f1(){ /*写好代码*/ struct ststst ss={3,5,'J'}; return ss;}