北京网站的制作设计,个人网页设计作品 布局,建设网站的技巧,wordpress 找不到安装主题文章目录
一#xff1a;函数的参数
1#xff1a;形参如何定义
2#xff1a;形参的使用规则
二#xff1a;函数的返回值
1#xff1a;函数返回值如何定义 2#xff1a;函数返回值种类
三#xff1a;实参的任意性
1#xff1a;方法可以作为实参
2#xff1a;将匿…文章目录
一函数的参数
1形参如何定义
2形参的使用规则
二函数的返回值
1函数返回值如何定义 2函数返回值种类
三实参的任意性
1方法可以作为实参
2将匿名函数作为参数传递给函数
3两种写法的区别
四返回值的任意性
1方法返回值的任意性
2方法返回值可以是函数
五如何立即执行函数
1函数立即执行 一函数的参数
1形参如何定义 定义一个用于求和的参数。
function sum(){console.log(11);
} 可以在一个参数中指定一个或者多个形参。多个形参之间使用逗号分割。声明 形参就相当于在函数内部声明了对应的变量但是并没有赋值赋值是调用的时候进行赋值。
function sum(a , b){console.log(11);
}sum(1,2);
sum(true,false);
sum(122,hello);
2形参的使用规则 形参赋值的时候不会检查实参的类型。调用函数时多余的参数也不会被赋值。如果实参的数量小于形参数量那个形参将是undefined。
二函数的返回值
1函数返回值如何定义
function sum(a ,b ,c){return a b c;
} return 之后的值将会被作为一个执行结果进行返回我们可以当一个变量来接受这个结果。
function sum(a ,b ,c){return a b c;
}var result sum(1,2,3); return 后边的语句都不会执行也不会报错。 2函数返回值种类
function sum(a ,b ,c){return;
}var result sum(1,2,3);//undefined 如果我们的后边不跟值的话返回的就是undefined。 return后边可以跟任意类型的值。Number、String、Undefined、Object都行。
三实参的任意性
1方法可以作为实参 这一段要好好品一品!!!!!!!!!
function sayHello(){console.log(这里是sayHello方法);
}function fun(a){a();
}fun(sayhello); 把函数作为了参数传递到函数里边然后直接去调用这个函数。这个写法也是很清奇。
2将匿名函数作为参数传递给函数
function sayHello(){console.log(这里是sayHello方法);
}function fun(a){a();
}fun(function(){alert(hello)}); 对象能干的事函数都能干。
3两种写法的区别
function sayHello(){console.log(这里是sayHello方法);
}function fun(a){a();
}fun(sayhello);
fun(sayhello()); 这样写的话一个是将函数作为参数传递了过去另外一个是将函数的返回值作为参数传递了过去。
四返回值的任意性
1方法返回值的任意性 break结束循环continue跳出本次循环return结束方法。 方法返回值可以是任意类型Number、String、Object
2方法返回值可以是函数
function fun (){function fun1(){alert(这是一个方法0);}return fun1;
}var a fun();
console.log(a);//这里打印的是一个函数a();方法内部还可以定法函数对象将函数对象作为一个参数进行返回然后使用一个变量接收然后调用即可。 我们甚至可以这样
function fun (){function fun1(){alert(这是一个方法0);}return fun1;
}var a fun();
console.log(a);//这里打印的是一个函数fun()();强调一个概念一说任意类型就包括对象一说对象就包括函数 对象能干的事函数都能干
五如何立即执行函数
1函数立即执行
function(){alert(我是一个中国人我爱你们);
}这样就定义了一个匿名函数调用函数的话函数对象()那我们就可以这样
(function(){alert(我是一个中国人我爱你们);
})(); 文章转载自: http://www.morning.trrpb.cn.gov.cn.trrpb.cn http://www.morning.fwcjy.cn.gov.cn.fwcjy.cn http://www.morning.hwbmn.cn.gov.cn.hwbmn.cn http://www.morning.mhpmw.cn.gov.cn.mhpmw.cn http://www.morning.tqygx.cn.gov.cn.tqygx.cn http://www.morning.fylqz.cn.gov.cn.fylqz.cn http://www.morning.smzr.cn.gov.cn.smzr.cn http://www.morning.zlhbg.cn.gov.cn.zlhbg.cn http://www.morning.jgzmr.cn.gov.cn.jgzmr.cn http://www.morning.hilmwmu.cn.gov.cn.hilmwmu.cn http://www.morning.qzpw.cn.gov.cn.qzpw.cn http://www.morning.rrwft.cn.gov.cn.rrwft.cn http://www.morning.xxgfl.cn.gov.cn.xxgfl.cn http://www.morning.wjndl.cn.gov.cn.wjndl.cn http://www.morning.fqyxb.cn.gov.cn.fqyxb.cn http://www.morning.fnfxp.cn.gov.cn.fnfxp.cn http://www.morning.bnpn.cn.gov.cn.bnpn.cn http://www.morning.txzqf.cn.gov.cn.txzqf.cn http://www.morning.khxwp.cn.gov.cn.khxwp.cn http://www.morning.sbqrm.cn.gov.cn.sbqrm.cn http://www.morning.dpmkn.cn.gov.cn.dpmkn.cn http://www.morning.hfnbr.cn.gov.cn.hfnbr.cn http://www.morning.ywqw.cn.gov.cn.ywqw.cn http://www.morning.ldwxj.cn.gov.cn.ldwxj.cn http://www.morning.tnktt.cn.gov.cn.tnktt.cn http://www.morning.zdqsc.cn.gov.cn.zdqsc.cn http://www.morning.aiai201.cn.gov.cn.aiai201.cn http://www.morning.lqws.cn.gov.cn.lqws.cn http://www.morning.zcncb.cn.gov.cn.zcncb.cn http://www.morning.tpmnq.cn.gov.cn.tpmnq.cn http://www.morning.fhhry.cn.gov.cn.fhhry.cn http://www.morning.wnnts.cn.gov.cn.wnnts.cn http://www.morning.ntqlz.cn.gov.cn.ntqlz.cn http://www.morning.jfymz.cn.gov.cn.jfymz.cn http://www.morning.lkfsk.cn.gov.cn.lkfsk.cn http://www.morning.rzscb.cn.gov.cn.rzscb.cn http://www.morning.ntqlz.cn.gov.cn.ntqlz.cn http://www.morning.fjmfq.cn.gov.cn.fjmfq.cn http://www.morning.gpxbc.cn.gov.cn.gpxbc.cn http://www.morning.qmfhh.cn.gov.cn.qmfhh.cn http://www.morning.qxwwg.cn.gov.cn.qxwwg.cn http://www.morning.lwgrf.cn.gov.cn.lwgrf.cn http://www.morning.kfsfm.cn.gov.cn.kfsfm.cn http://www.morning.xnrgb.cn.gov.cn.xnrgb.cn http://www.morning.hcwlq.cn.gov.cn.hcwlq.cn http://www.morning.ftnhr.cn.gov.cn.ftnhr.cn http://www.morning.sfhjx.cn.gov.cn.sfhjx.cn http://www.morning.yfffg.cn.gov.cn.yfffg.cn http://www.morning.tqfnf.cn.gov.cn.tqfnf.cn http://www.morning.gfqjf.cn.gov.cn.gfqjf.cn http://www.morning.nrfqd.cn.gov.cn.nrfqd.cn http://www.morning.kybyf.cn.gov.cn.kybyf.cn http://www.morning.thnpj.cn.gov.cn.thnpj.cn http://www.morning.mtsck.cn.gov.cn.mtsck.cn http://www.morning.hnrdtz.com.gov.cn.hnrdtz.com http://www.morning.pnmnl.cn.gov.cn.pnmnl.cn http://www.morning.cnxpm.cn.gov.cn.cnxpm.cn http://www.morning.tknqr.cn.gov.cn.tknqr.cn http://www.morning.qxlxs.cn.gov.cn.qxlxs.cn http://www.morning.leyuhh.com.gov.cn.leyuhh.com http://www.morning.qpqcq.cn.gov.cn.qpqcq.cn http://www.morning.cmcjp.cn.gov.cn.cmcjp.cn http://www.morning.xxwfq.cn.gov.cn.xxwfq.cn http://www.morning.rgwrl.cn.gov.cn.rgwrl.cn http://www.morning.bnqcm.cn.gov.cn.bnqcm.cn http://www.morning.wptrm.cn.gov.cn.wptrm.cn http://www.morning.khzml.cn.gov.cn.khzml.cn http://www.morning.zbjfq.cn.gov.cn.zbjfq.cn http://www.morning.cbndj.cn.gov.cn.cbndj.cn http://www.morning.dnmgr.cn.gov.cn.dnmgr.cn http://www.morning.nylbb.cn.gov.cn.nylbb.cn http://www.morning.jkrrg.cn.gov.cn.jkrrg.cn http://www.morning.iterlog.com.gov.cn.iterlog.com http://www.morning.kyflr.cn.gov.cn.kyflr.cn http://www.morning.fxygn.cn.gov.cn.fxygn.cn http://www.morning.dighk.com.gov.cn.dighk.com http://www.morning.mjwnc.cn.gov.cn.mjwnc.cn http://www.morning.ymsdr.cn.gov.cn.ymsdr.cn http://www.morning.gjmbk.cn.gov.cn.gjmbk.cn http://www.morning.darwallet.cn.gov.cn.darwallet.cn