HTML5文件實現拖拽上傳

window.onload = function(){ var uuz = document.getElementById('fileSpan'); uuz.ondragenter = function(e){ e.preventDefault(); } uuz.ondragover = function(e){
相關文章
相關標籤/搜索