当前位置:网站首页>函数只执行第一次的执行一次 once函数
函数只执行第一次的执行一次 once函数
2022-04-23 13:36:00 【万事胜意sy】
//只执行一次函数
function once(fn){
var ifFalse = true
return function(){
if(ifFalse){
ifFalse = false
fn()
}
}
}
//调用
function getName(){
console.log('我叫吉娃娃')
}
getName = once(getName)
getName() //'我叫吉娃娃'
getName() //不执行
转自链接:https://www.nowcoder.com/questionTerminal/42997185c50a45a08b64c253d2f1edc5?mutiTagIds=644&page=1&onlyReference=false
版权声明
本文为[万事胜意sy]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_50736511/article/details/124359171
边栏推荐
- MySQL [acid + isolation level + redo log + undo log]
- Analysis of unused index columns caused by implicit conversion of timestamp
- Part 3: docker installing MySQL container (custom port)
- Antd design form verification
- SAP ui5 application development tutorial 72 - trial version of animation effect setting of SAP ui5 page routing
- Analysis of cluster component gpnp failed to start successfully in RAC environment
- sys. dbms_ scheduler. create_ Job creates scheduled tasks (more powerful and rich functions)
- Android clear app cache
- GDB的使用
- TERSUS笔记员工信息516-Mysql查询(2个字段的时间段唯一性判断)
猜你喜欢
Leetcode brush question 𞓜 13 Roman numeral to integer
Dynamic subset division problem
SQL learning | set operation
零拷貝技術
Information: 2021 / 9 / 29 10:01 - build completed with 1 error and 0 warnings in 11S 30ms error exception handling
交叉碳市场和 Web3 以实现再生变革
Plato farm, a top-level metauniverse game, has made frequent positive moves recently
SAP ui5 application development tutorial 72 - animation effect setting of SAP ui5 page routing
面试官给我挖坑:单台服务器并发TCP连接数到底可以有多少 ?
kettle庖丁解牛第16篇之输入组件周边讲解
随机推荐
Oracle lock table query and unlocking method
Part 3: docker installing MySQL container (custom port)
联想拯救者Y9000X 2020
Troubleshooting of expdp export error when Oracle table has logical bad blocks
Window analysis function last_ VALUE,FIRST_ VALUE,lag,lead
Search ideas and cases of large amount of Oracle redo log
【重心坐标插值、透视矫正插值】原理以及用法见解
Oracle clear SQL cache
Es introduction learning notes
Android clear app cache
[barycentric coordinate interpolation, perspective correction interpolation] principle and usage opinions
校园外卖系统 - 「农职邦」微信原生云开发小程序
GDB的使用
Analysis of unused index columns caused by implicit conversion of timestamp
自动化的艺术
Personal learning related
Innobackupex incremental backup
Usereducer basic usage
Short name of common UI control
Isparta is a tool that generates webp, GIF and apng from PNG and supports the transformation of webp, GIF and apng