The world of Blade and Soul, is a vast extension of land containing two continents (the Southern Continent and the Eastern Continent) with four major zones: Viridian Coast, The Cinderlands, Moonwater Plains and Silverfrost Mountains. Each Zone is fur
plupload上传控件错误exec(this.uid, component, action, args) --undefined is not a function 原因:Flash元素隐藏后调用控件的销毁方法就会报错,所以要在Flash元素隐藏销毁上传控件 uploader.destroy(); 解决办法: $('#loadlist').on('hidden.bs.modal', function (e) { uploader.destroy(); $('#filelist').empty(