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); }


评论


亲,登录后才可以留言!