int jsValue(int t)
{ int f1=0,f2=1,fn;//按照定义赋初值
fn=f1+f2;//第一次求fn
while(fnt
{f1=f2;
f2=fn;
fn=f1+f2;}
return fn;//返回fn
}