PHP如何把word用base64编码和解码要求用php把word文档用base64编码------解决方案--------------------echo base64_encode(file_get_contents('word文档'));