// read csv file and convert to json format var csv_file_API = 'sample.csv'; $.ajax({ type: 'GET', url: csv_file_API, dataType: 'text', success: function (data) ...
確定! 回上一頁