alert(Math.round(Math.random()*10000));
WScript为var WshShell = WScript.CreateObject("WScript.Shell"); WshShell.popup(Math.round(Math.random()*10000));
网上看到的这条语句.