
Javascript
文章平均质量分 50
火山码哥
专注
展开
-
document.getElementById 在UserControl中的使用
thats how IDs work for controls in "naming containers", to avoid naming conflicts. Theres the Control.ClientID and Control.UniqueID properties to help you get references without hard-coding them. Y原创 2009-11-04 10:20:00 · 785 阅读 · 0 评论 -
一个简单的javascript类定义例子
//定义一个javascript类 function JsClass(privateParam/* */,publicParam){//构造函数 var priMember = privateParam; //私有变量 t转载 2011-08-23 16:31:10 · 587 阅读 · 0 评论