首页 / 智物专栏 / 正文

bind使用方法

时间:2024-12-25 23:01:01

bind的用法 

bind主要有以下几种用法:

1. 作及物动词:意为“绑;约束;装订;包扎;凝固”。例如:He was bound (as an) apprentice to a shoe-maker(他立约给鞋匠当学徒)。

2. 作不及物动词:意为“结合;装订;有约束力;过紧”。例如:Many things bind us (together)(许多事情使我们结合在一起)。

3. 作名词:意为“捆绑;困境;讨厌的事情;植物的藤蔓”。例如:Yahoo mailbox carries infinite quantity mailbox, game fine time, and of business of as round as the Babaji in A brother bind promotion, achieved the growth like the rocket(雅虎邮箱通过无限量邮箱、游戏嘉年华,以及与阿里巴巴集团兄弟企业的捆绑推广,实现了火箭般的增长)。

4. 在编程中,bind()方法创建一个新的函数,在bind()被调用时,这个新函数的this被指定为bind()的第一个参数,而其余参数将作为新函数的参数,供调用时使用。例如:function f(y, z){ return this.x + y + z; } var m = f.bind({x : 1}, 2); console.log(m(3)); //输出为6。

《bind使用方法》不代表本网站观点,如有侵权请联系我们删除

广州她氧信息科技有限公司 她氧网版权所有 粤ICP备2023058637号