When loading an online website, how do I get the elements in the webview? I can't get them. I hope someone can give me some advice! I'm a newbie and I still don't understand it
光陰似箭催人老,日月如移越少年。
##獲取iframe
var frame =document.getElementById("iframeId");
##獲取iframe document
frame.contentWindow.document.getElementById("inputId");