Skip to content

超级好用

Latest
Compare
Choose a tag to compare
@youfeed youfeed released this 02 Apr 22:23
· 1 commit to master since this release
    document.querySelector('#file').onchange = (e)=>{
      let files = e.target.files
      Array.from(files).forEach(file=>{
        youloge.etag({
          file:file
        }).then(item=>{
          console.log(item)
        })
      })
    }