摘要:
随机数:Math.random(); //该方法产生一个0到1之间的浮点数。Math.floor(Math.random()*10+1); //1-10 阅读全文
posted @ 2016-01-20 19:08
大喜
阅读(179)
评论(0)
推荐(0)
摘要:
递归全排列(C#): static int[] xx=new int[4]; static void Main(string[] args) { printP(4, xx, 0); } static ... 阅读全文
posted @ 2016-01-20 19:07
大喜
阅读(963)
评论(0)
推荐(0)
摘要:
动态改变图片: var bb = 1;var aa=4; $("div[page='" + bb + "'] dd").eq(aa).children("img").attr("src", "images/zy_033.jpg") ... 阅读全文
posted @ 2016-01-20 19:05
大喜
阅读(670)
评论(0)
推荐(0)
浙公网安备 33010602011771号