08 2012 档案

摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head> <meta http-equiv="Content-Type" content=&quo 阅读全文
posted @ 2012-08-19 20:34 fhefh 阅读(482) 评论(0) 推荐(0) 编辑
摘要:代码1:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head> <meta http-equiv="Content-Type" content= 阅读全文
posted @ 2012-08-18 11:15 fhefh 阅读(448) 评论(0) 推荐(0) 编辑
摘要:Function.apply and Function.call in JavaScriptIn order to explain how the createDelegate function works in the last post, we have to understand JavaScript closures and Function.apply(). The apply() method is the easiest subject to tackle, so we'll start there and work up.Every function in JavaSc 阅读全文
posted @ 2012-08-12 12:22 fhefh 阅读(464) 评论(0) 推荐(0) 编辑