js- open to the public
摘要:在JavaScript对象的所有属性将自动公开。公共意味着他们可以访问外部类。认为这些属性类是愿意分享的信息。如下:function Person(first,last,age) { this.firstName = first; this.lastName = last; this.a...
阅读全文
posted @
2015-10-09 09:40
Crazy-H
阅读(192)
推荐(0)
js基本题
摘要:1,input 都有哪些在表单中input是拥有类型最多的元素,分别有:text、password、radio、checkbox、file、button、image、submit、reset、hidden 等。<input type="submit" name="button" id="button" value="提交" /><input type="button" name="button2" id="button2" value=&
阅读全文
posted @
2012-06-19 17:25
Crazy-H
阅读(1075)
推荐(0)