摘要:
// PDF、text可以直接网页打开查看// word、excel、ppt 文件可以通过office官方打开$fileType = strrchr($fileUrl,'.');//获取文件类型if($fileType == 'PDF' || $fileType =='txt'){ //直接网页中打 阅读全文
posted @ 2020-03-26 17:38
不会代码的小强
阅读(3753)
评论(0)
推荐(0)