web is easy!

新传的web综合技术博客 javascript php asp web2.0 QQ:3608194

导航

2007年5月22日 #

[转]JavaScript中this关键字使用方法详解

摘要: function JSClass() { var myName = 'jsclass'; this.m_Name = 'JSClass'; } JSClass.prototype.ToString = function() { alert(myName + ', ' + this.m_Name); }; var jc = new JSClass(); j... 阅读全文

posted @ 2007-05-22 11:07 新传 阅读(364) 评论(0) 推荐(0) 编辑

转 团队协作是项目成功的力量源泉

摘要: 建议下载后仔细看看,/Files/webeasy/teambuildweb.rar 阅读全文

posted @ 2007-05-22 10:41 新传 阅读(182) 评论(0) 推荐(0) 编辑

收藏到QQ书签