摘要: php在线预览pdf文件 1 <?php 2 if(!function_exists('read_pdf')) { 3 function read_pdf($file) { 4 if(strtolower(substr(strrchr($file,'.'),1)) != 'pdf') { 5 ech 阅读全文
posted @ 2020-04-27 20:48 养猪至富 阅读(1651) 评论(0) 推荐(0)