zoukankan      html  css  js  c++  java
  • 一个简单的jsp 页面

    <%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>测试页面4</title>
    <script type="text/javascript">
    (function(){
    	var _aelog_ = _aelog_ || window._aelog_ || [];
    	// 设置_aelog_相关属性
    	_aelog_.push(["memberId","laoxiao"]);
    	window._aelog_ = _aelog_;
    	(function(){
    	    var aejs = document.createElement('script');
    	    aejs.type = 'text/javascript';
    	    aejs.async = true;
    	    aejs.src = './js/analytics.js';
    	    var script = document.getElementsByTagName('script')[0];
    	    script.parentNode.insertBefore(aejs, script);
    	})();
    })();
    </script>
    </head>
    <body>
    	测试页面4<br/>
    	在本页面设置memberid为oracle<br/>
    	跳转到:
    	<a href="demo.jsp">demo</a>
    	<a href="demo2.jsp">demo2</a>
    	<a href="demo3.jsp">demo3</a>
    	<a href="demo4.jsp">demo4</a>
    </body>
    </html>

  • 相关阅读:
    mysql赋权限
    MySQL Server 5.6安装
    Class.isAssignableFrom(Class clz)方法 与 instanceof 关键字的区别
    每天一个linux命令
    解锁scott用户
    堆栈的理解
    类与对象的理解
    数组copy
    ArrayList 的代码
    intput/output 文件的复制练习
  • 原文地址:https://www.cnblogs.com/TendToBigData/p/10501308.html
Copyright © 2011-2022 走看看