?? searchautocomplete.jsp
字號:
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://taconite.sf.net/tags" prefix="tac" %><tac:taconiteRoot> <tac:replaceChildren contextNodeID="popup" parseOnServer="true"> <c:forEach var="result" items="${results}"> <div onmouseover="hilite(this);" onmouseout="unhilite(this);"> <a href="${result.url}" class="autocomplete" target="_blank"> ${result.title} </a> </div> </c:forEach> </tac:replaceChildren> </tac:taconiteRoot>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -