ajax操作
2021-07-02 09:03
阅读:659
伪 Ajax上传文件
function upload3(){ document.getElementById(‘ifr‘).onload = loadIframe; document.getElementById(‘f1‘).submit(); } function loadIframe(){ var content = document.getElementById(‘ifr‘).contentWindow.document.body.innerText; var tag = document.createElement(‘img‘); tag.src = "/"+ content; $(‘#container3‘).append(tag); }
上一篇:HTTP基础知识3
评论
亲,登录后才可以留言!