会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
khan
博客园
首页
新随笔
联系
订阅
管理
2011年3月26日
html5学习
摘要: http://www.cnblogs.com/xiaoshatian/archive/2011/02/14/1954032.html
阅读全文
posted @ 2011-03-26 11:39 opqrst
阅读(111)
评论(0)
推荐(0)
2011年3月11日
JavaScript静态变量
摘要: function Student(){ this.name = "khan"; //去掉this和有this的区别 this.info = function(){ alert('info()'); } } var student = new Student(); //创建Student对象student document.write("对象形式1: "+student.name); Student.name = "test"; //声明静态变量 document.write("静态访问1:"+Stu
阅读全文
posted @ 2011-03-11 14:16 opqrst
阅读(1291)
评论(1)
推荐(0)
公告
点击右上角即可分享