rssbar.jsp
来自「仿照著名的petstore写的网上书店」· JSP 代码 · 共 21 行
JSP
21 行
<%-- Copyright 2006 Sun Microsystems, Inc. All rights reserved. You may not modify, use, reproduce, or distribute this software except in compliance with the terms of the License at: http://developer.sun.com/berkeley_license.html$Id: rssbar.jsp,v 1.7 2006/05/06 01:44:59 yutayoshida Exp $ --%><%@page contentType="text/html"%><%@page pageEncoding="UTF-8"%><%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%><%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%><%@taglib prefix="ui" uri="http://java.sun.com/blueprints/ui" %> <f:view> <ui:rssBar url="https://www.dangdang.com" itemCount="4" title="News from ForDream Group" speed="6000" backgroundImage="no" color="#00ffff" hoverColor="#ff00ff"></ui:rssBar> </f:view>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?