何时在 PHP 代码中使用DIRECTORY_SEPARATOR?
require_once dirname(__FILE__).DIRECTORY_SEPARATOR . './../../../wp-config.php';
require_once dirname(__FILE__).DIRECTORY_SEPARATOR.'inc/options.php';
上面的代码来自Wordpress的插件。我不明白为什么一半使用,但另一半使用?DIRECTORY_SEPARATOR
"/"