WordPress 相对路径 /*设置相对路径*/ $home = ‘http://’.$_SERVER[‘HTTP_HOST’]; $siteurl = ‘http://’.$_SERVER[‘HTTP_HOST’]; define(‘WP_HOME’, $home); define(‘WP_SITEURL’, $siteurl);