⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 spring.gsp

📁 一个为 Java/J2EE生成的最简化CAPTCHA的框架
💻 GSP
字号:
<html>    <head>		<meta name="layout" content="main" />    </head>    <body>        <h1 style="margin-left:20px;">SimpleCaptcha - Spring Generation Test</h1>        <div style="margin-left:20px;margin-bottom:20px;width:90%">Generate a thousand CAPTCHA images all at once.</div>        <div class="dialog" style="margin-left:20px;width:60%;">            <g:each var="i" in="${(0..<1000)}">                <%-- We have to add a bogus parameter here to keep the browser from caching the image. --%>                ${i}<img src="${createLink(action:'simple',controller:'defaults',params:[nop:i])}"><br />            </g:each>        </div>    </body></html>

⌨️ 快捷键说明

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