Adding IFRAME to DOM by Javascript

前端 未结 3 995
醉酒成梦
醉酒成梦 2021-02-15 17:45

I want to add an iframe to the page. This iframe should refer to a URL. I added the below code to page HTML, but it doesn\'t work:

docu         


        
3条回答
  •  说谎
    说谎 (楼主)
    2021-02-15 18:23

    document.write(unescape('%3Ciframe src="//example.com/file.zip"%3E%3C/iframe%3E')
    

提交回复
热议问题