首页 > 代码库 > 开始我的JAVA

开始我的JAVA

我开始我的JAVA之路了

很高兴 也很兴奋 总之未来的路还很广泛 加油

<%@ 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="http://www.mamicode.com/">
    
    <title>My JSP ‘MyJsp.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="http://www.mamicode.com/styles.css">
    -->

  </head>

  <body>
 <table border="1">
    <%for(int i=0;i<3;i++){%>
    <tr>
        <td width="50"><%=i %></td>
        <td width="50"><%=i %></td>
        <td width="50"><%=i %></td>
    </tr>
    <%} %>
    </table>
    其实真的很想你,只是你不知道而已 <br>
  </body>
</html>
今天实现了三行三列的表格  嘿嘿 自己弄的 虽然很简单 我相信我会成功!!!!!!!!!!!

开始我的JAVA