window.document.getElementsByTagName('iframe')[0].contentWindow.location.pathname应该怎么写
你要确定一定有个 iframe,不会是空,那就加非空断言。
document.getElementsByTagName('iframe')[0]!.contentWindow!.location.pathname
548k questions
547k answers
4 comments
86.3k users