Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

window.find

Note:  window.find()可能会在未来版本的Gecko中被废弃 .  查看 Bug(672395) .
 

概述

在一个页面中搜索指定的字符串.

语法

window.find(aString, aCaseSensitive, aBackwards, aWrapAround,
            aWholeWord, aSearchInFrames, aShowDialog);
aString
将要搜索的字符串
aCaseSensitive
布尔值,如果为true,表示搜索是区分大小写的.
aBackwards
布尔值.如果为true, 表示搜索方向为向上搜索.
aWrapAround
布尔值.如果为true, 表示为循环搜索.
aWholeWord 未实现
布尔值.如果为true,表示采用全字匹配搜索.该参数无效; 查看 bug 481513.
aSearchInFrames
布尔值.如果为true, 表示会搜索框架内的文本.
aShowDialog
布尔值.如果为true, 则会弹出一个搜索对话框.

返回值

如果搜索到指定的字符串,则返回true,否则返回false.

规范

DOM Level 0 不属于任何标准.

文档标签和贡献者

 此页面的贡献者: teoli, AshfaqHossain, ziyunfei
 最后编辑者: AshfaqHossain,