[cc] <?php include('autoload.php'); use Dotenv\Dotenv; $dotenv = new Dotenv(__DIR__); $dotenv->load(); var_dump($_ENV); ?> /* array(1) {
確定! 回上一頁