会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
simayixin
博客园
首页
新随笔
联系
订阅
管理
2011年3月28日
JavaScript函数重载模拟
摘要: 我们从结果向实现推,首先看我们要实现什么样的效果:css(hi,"color","red")css([hi,hello],"color","red")css(hi,{"border":"1px solid #000","width":"200px"})var color = css(hi,"color")这是很常见的写法,然后看我们希望怎么写:Overload("css",window, { &q
阅读全文
posted @ 2011-03-28 10:44 simayixin
阅读(2448)
评论(2)
推荐(1)
编辑
公告