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

📄 searchresultiteratortag.txt

📁 wiki建站资源 java编写的 很好用
💻 TXT
字号:
Iterates over a set of search results, with the top scoring result on top.

A "SearchResult" object has the following methods:

* WikiPage getPage() - Gets the current WikiPage
* int getScore() - Returns the score.  The score is an arbitrary number, which does not necessarily mean
  anything, except that the best match should always have the highest score.

----

!Usage

<wiki:SearchResultIterator list="<list variable name>" id="<iterator variable name>" maxItems="<integer>">

!Parameters

;__list__: Name of the variable which contains the search results.  Must be a Collection or an Iterator with "SearchResult" -class elements.
;__id__: Name of the variable to create containing an individual search result.  Will contain a "SearchResult" class object.
;__maxItems__: How many items to iterate over.

!Example

''Please see "FindContent.jsp"''

⌨️ 快捷键说明

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