Ajax and downloading CSV file

前端 未结 2 1730
甜味超标
甜味超标 2020-12-22 01:50

I\'m trying to build a \"Export to CSV\" system using ajax so this is my ajax call

$(document).on(\'click\', \'#export-csv\', function(){
    $.ajax({
              


        
2条回答
提交回复
热议问题