标签: javascript iframe angular
我有iframe:
iframe
<iframe id='url-iframe' src='example.com' width="600px" height="400px"></iframe>
我想检查example.com是否可以嵌入iframe,以便我可以在新标签中打开它,如果不是的话。 我将Angular 2与Typescript一起使用。所以用vanillajs或typescript编写的解决方案会很好。
example.com