页面添加随机数:随机数0-400 By admin On 2018年1月16日 0 <script>document.write(parseInt(400*Math.random())); </script>