php file_get_contents(” php://input “) 2022年7月27日 zhufenghua 留下评论 用于读取post原始数据 php://input不能用于enctype=multipart/form-data 客户端使用ajax技术中的post方法向服务器发送的所有内容都可以在服务器中的一个特殊文件php://input中找到.file_get_contents() 函数把整个文件读入一个字符串中。