js 上傳文件時對名稱進行重命名
最近在解決各種各樣的瀏覽器兼容問題,遇到一個文件上傳重命名的問題,就是在 IE上傳不支持 new File 查詢MDN ( https://developer.mozilla.org/zh-CN/ ...
最近在解決各種各樣的瀏覽器兼容問題,遇到一個文件上傳重命名的問題,就是在 IE上傳不支持 new File 查詢MDN ( https://developer.mozilla.org/zh-CN/ ...
<div class="input-choseNum"> <input type="number" id="inp-chooseNum" oninput='this.value=th ...
//input輸入框只能輸入數字和 小數點后兩位 function num(obj,val){ obj.value = obj.value.replace(/[^\d.]/g,""); //清除 ...
(function () { var coverImage = document.querySelector('<div id="coverImage"> ...
//重寫alert方法,去掉地址顯示window.alert = function(name){ var iframe = document.createElement("IFRAME"); ifra ...