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