文章列表
public class Test
{
public static void main(String[] args)
{
int[] arr = new int[10];
for (int i = 0; i < 10; i++)
{
arr[i] = (int) (Math.random() * 40) + 1;
for (int j = 0; j < i; j++)
{
...
- 2008-10-27 16:52
- 浏览 5302
- 评论(0)
10款让你震撼的图片展示js代码,绝对是世界上的精品啊,
1.预览地址:
http://preview.zcool.com.cn/code/js/04/1/
2.预览地址:
http://preview.zcool.com.cn/code/js/04/2/
3.预览地址:
http://preview.zcool.com.cn/code/js/04/3/
4.预览地址:
http://preview.zcool.com.cn/code/js/04/4/
5.预览地址:
http://preview.zcool.com.cn/code/js/04/5/
6.预览地址:
http://p ...
- 2008-10-27 16:51
- 浏览 1669
- 评论(0)