[skip ci] docs: Update jshelp.md

ref: https://github.com/gedoor/legado/pull/4193
This commit is contained in:
Xwite 2024-09-13 17:43:22 +08:00
parent 3700b15c82
commit b02b59ea37

View File

@ -140,7 +140,7 @@ java.webViewGetSource(html: String?, url: String?, js: String?, sourceRegex: Str
java.startBrowser(url: String, title: String)
* 使用内置浏览器打开链接,并等待网页结果 .body()获取网页内容
java.startBrowserAwait(url: String, title: String): StrResponse
java.startBrowserAwait(url: String, title: String, refetchAfterSuccess: Boolean? = true): StrResponse
```
* 调试
```js