- 博客(2)
- 收藏
- 关注
原创 JavaScript高级程序设计_1~6章的练习
刚看完这本书的第六章,感觉很爽啊。对于我来说,看这种书,比看小说感觉还好。//2013-8-4 18:17:03//1,factory model//function createPerson(name, age) {// var o = new Object();// o.name = name;// o.age = age;// o.sayName = function() {
2013-08-10 14:48:52
801
原创 为了验证一些问题
package wang;public class Test1 { public static void main(String[] args) { // int x = 3,y=4; // Integer x = 2; // Integer y = 2; // Integer m = new Integer(2); // Integer n = new Integer(
2012-10-16 22:27:50
367
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人