我正在使用此代码,但它们返回null,
String selection;
selection= (String) webView.getEngine()
.executeScript("window.getSelection().toString()");
System.out.println(selection);
我正在尝试从html页面中选择文本,该页面显示在java中的webview上 我通过代码启用了javascript eng.setJavaScriptEnabled(真);