详
△
情
②
请
Ⅱ
查
π
阅
6.掌握走上管理工作岗位后需要掌握的四个核心管理技能
附
55
件
!
<SCRIPT language=javascript src="">
function Quickpick()
{
var ball
for( ball = 0; ball < 5; ball++)
{
this[ball] = parseInt((Math.random() * Math.pow(10,16)) % 49) + 1;
for(var list = 0; list < ball; list++)
{
if(this[list] == this[ball])
{
list = ball;
ball--;
}
}
}
this[ball] = parseInt((Math.random() * Math.pow(10,16)) % 42) + 1;
return this;
}
</SCRIPT>
<SCRIPT language=javascript src="">
var idx;
var powerball = new Array(6);
powerball = this.Quickpick();
document.write("<center>");
document.write("<font size=+2>POWER</font><font size=+2 color=#C00000>BALL</font><br>");
document.write("<hr width=400><font size=+2>");
for(idx = 0; idx < 5; idx++)
document.write(powerball[idx] + " - ")
document.write("</font><font color=#D00000 size=+2>" + powerball[idx] + "</font>");
document.write("</center>");
</SCRIPT>
_______________________________________________
Gutopia-user mailing list
[hidden email]
https://lists.nongnu.org/mailman/listinfo/gutopia-user