摘要: 转载: JS中冒号的作用1.声明对象的成员2.switch语句分支3.三元表达式1.声明对象的成员 var Book ={ Name: '法', Price: 100, Discount : function(rate) { this.Price *= rate; }};alert(Book.Pri 阅读全文
posted @ 2017-03-22 20:22 我没有名字 阅读(6648) 评论(0) 推荐(1) 编辑
摘要: 1:连续2次提交 Button1.Attributes.Add("onclick", "this.value='正在提交中,请等待……';this.disabled=true;" + this.GetPostBackEventReference(Button1)); 2:刷新提交: Response 阅读全文
posted @ 2017-01-05 11:22 我没有名字 阅读(1298) 评论(0) 推荐(0) 编辑