联系官方销售客服

1835022288

028-61286886

在研究和学习迅睿cms时,必须打开开发者模式,有助于学习,开启方法:

开启方法:网站根目录文件./index.php
<?php

/**
 * Cms 主程序
 */

declare(strict_types=1);
header('Content-Type: text/html; charset=utf-8');

// 是否是开发者模式
define('IS_DEV', 1);

打赏作者