
// ### 切分字符串 ####
function gimoonetcut($start,$end,$file){
$content=explode($start,$file);
$content=explode($end,$content[1]);
return $content[0];
}
?
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...

// ### 切分字符串 ####
function gimoonetcut($start,$end,$file){
$content=explode($start,$file);
$content=explode($end,$content[1]);
return $content[0];
}
?