海军资料

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2007年2月4日

摘要: function TabControl(name,active){ this.name = name; this.tabName = new Array(); this.tabDiv = new Array(); this.contentDiv = new Array(); this.activeTab = active; return this;} function AddTabItem(tbC... 阅读全文
posted @ 2007-02-04 00:54 周海军 阅读(4350) 评论(0) 推荐(0)