我有以下iframe:
<iframe name="content" src="" style="position: absolute; left: 0px; top: 28px;" allowtransparency="true" border="0" scrolling="yes" width="100%" frameborder="0" height="90%" id="MyFrame"></iframe>
Run Code Online (Sandbox Code Playgroud)
我只是想捕捉iframe内容的截图,我已经尝试了html2canvas,但它似乎不起作用.我已经尝试将iframe放在div中但没有快乐.
我已经看到使用php实现这一目标的各种方法,但似乎没有什么是明确的.谁能摆脱任何光明?