PHP如何打开html文件

2026年09月16日 14:40
有1个网友回答
网友(1):

直接打开就行 如: $temp=file_get_contents('1.htm '); echo $temp;

求采纳