find 方法
在此窗口中查找文本。
其他资源
- Window.find 来自 MDN。
实现
bool find(String? string, bool? caseSensitive, bool? backwards, bool? wrap,
bool? wholeWord, bool? searchInFrames, bool? showDialog) native;
在此窗口中查找文本。
bool find(String? string, bool? caseSensitive, bool? backwards, bool? wrap,
bool? wholeWord, bool? searchInFrames, bool? showDialog) native;