MUI获取窗口链接地址
程序员文章站
2024-02-19 18:45:46
...
获取当前窗口链接地址
var currentWebView = plus.webview.currentWebview();
currentWebView.id即是当前窗口链接地址
获取前一个窗口链接地址
ar opener = plus.webview.currentWebview().opener();
opener.id即是前一个窗口链接地址
上一篇: 编写CMakeLists.txt