config.php文件
<?php
return array(
'name' => 'andy',
'sex' => 'male'
);
?>
get.php文件
<?php
$set = include("test.php");
print_r($set);exit;
?>
-
GIT•2019-06-20• 311Views
windows下 git 提示 CRLF问题
-
GIT•2018-10-29• 887Views
git操作及fatal: Authentication failed for错误解决
-
JavaScript•2018-09-20• 707Views
JS复制内容到剪贴板
-
Redis•2018-01-29• 4129Views
phpstudy2018配置redis