index.jsp

来自「RESIN 3.2 最新源码」· JSP 代码 · 共 16 行

JSP
16
字号
<html>  <head>    <title>Filter Templates Example</title>  </head>  <body>    This example uses the    <code>example.filters.ExampleResponseHeadersFilter</code>.  If you    use a browser that will show the headers you can see that the    headers for this page have been set in such a way that the browser    will not cache the page.    <br/>    <%= new java.util.Date() %>  </body><html>  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?