为了账号安全,请及时绑定邮箱和手机立即绑定

取一个随机数,这段代码有问题吗?这是JSP页面 不是 HTML

取一个随机数,这段代码有问题吗?这是JSP页面 不是 HTML

qq_小艺轩_03563899 2017-02-23 22:03:16
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>   <head>     <base href="<%=basePath%>">          <title>My JSP 'index.jsp' starting page</title> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0">     <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="This is my page"> <!-- <link rel="stylesheet" type="text/css" href="styles.css"> --> <script type="text/javascript">    function getRandom(){    Document().getElementById("nn").innerHTML= Math.round(Math.random()*10);    }   </script>   </head>      <body>     <p id="nn">0</p>    <input type="button" value="刷新" onclick="getRandom()">   </body> </html>
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 1610 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信