会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
SuperZu
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
上一页
1
2
2016年8月27日
即时函数临时作用域
摘要: 即时函数临时作用域(匿名自调用函数)
阅读全文
posted @ 2016-08-27 16:31 SuperZu
阅读(143)
评论(0)
推荐(0)
2016年8月22日
函数记忆
摘要: function isPrime(value){ if (!isPrime.anwers) isPrime.answer={};//如果isPrime.anwers属性不存在,那么就创建一个isPrime.answer的对象 if (isPrime.answers[value]!=null) {//如果isPrime.answers[value]值不为空即已经存储了值的话 ...
阅读全文
posted @ 2016-08-22 08:54 SuperZu
阅读(169)
评论(0)
推荐(0)
2016年8月21日
分布函数
摘要: 分布函数
阅读全文
posted @ 2016-08-21 11:44 SuperZu
阅读(377)
评论(0)
推荐(0)
2016年8月20日
给函数绑定一个特定上下文
摘要: <!DOCTYPE html><html><head> <title>给函数绑定一个特定上下文</title> <meta charset="utf-8"></head><body> <button id="test">Click me</button> <script type="text/jav
阅读全文
posted @ 2016-08-20 19:47 SuperZu
阅读(227)
评论(0)
推荐(0)
上一页
1
2
公告