function TableTOExcel()
{
//第一种方法
//var url = 'data:application/vnd.ms-excel;base64,' + encodeURIComponent($('#data').html())
//console.info(url);
//location.href = url
//return false
}
相关文章
- 07-18htmlTableToExcel
- 07-18HTmlTableTOExcel
- 07-18htmlTableToExcel