04 2022 档案
摘要:1 $data = input('post.'); 2 3 require_once '../extend/tcpdf/tcpdf.php'; 4 5 //新建一个PDF文档 6 $pdf = new \TCPDF('P', 'mm', 'A4', true, 'UTF-8', false, fal
阅读全文
摘要:1 $('#download').click(function(){ 2 var arr = [] 3 $('.file').each(function(index){ 4 arr.push($(this).text()) 5 }) 6 var brr = [] 7 $('.file').each(
阅读全文
浙公网安备 33010602011771号