21,891
社区成员
发帖
与我相关
我的任务
分享
if(is_file('str.html')){
include_once 'str.html';
}else{
include_once 'str.php';//注意第一次执行.php文件的时候.html文件一定要不存在
}
if(is_file(str.html)){
include_once "str.html";
}else{
include_once "str.php";//注意第一次执行.php文件的时候.html文件一定要不存在
}