Celeste :: 深蓝世纪 :: 技术专区

Welcome to Celesteteam CeTech!

[置顶] 网站建设之推广十点注意事项

数组使用及原型

Array.prototype.convert = function(type) {
if (type == undefined) {
type = 1;
}
switch (type) {
case 1 :
for (i=0; i temp = this[i];
this[i] = this[(this.length-1)-i];
this[(this.length-1)-i] = temp;
}
break;
case 2 :
for (i=0; i for (j=0; j temp1 = this[i][j];
this[i][j] = this[i][(this[i].length-1)-j];
this[i][(this[i].length-1)-j] = temp1;
}
}
break;
case 3 :
for (i=0; i for (j=0; j for (k=0; k temp = this[i][j][k];
this[i][j][k] = this[i][j][(this[i][j].length-1)-k];
this[i][j][(this[i][j].length-1)-k] = temp;
}
}
}
break;
}
};

练习使用MovieclipLoader & ProgressBar之下载图片

今日要做一个图片下载的框框。
要求:
1. 可以得知图片的长,宽
2. 可得知图片的下载进度
分页:[<<][1][>>]

日历

<< 2009·3 >>

Sun

Mon

Tue

Wen

Thu

Fri

Sat

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

Powered By Z-Blog 1.6 Final Build 60816

关于我们 | 服务项目 | 客户案例 | 联系我们 :: Copyright @ Celesteteam.com