为什么index.php引用了singwa.php,但是在singwa.php中却能反过来调用index.php中的变量?
因为singwa.php是被引入到index.php中的 也就是包含在了index中 所以可以理解为直接把singwa的代码粘贴到了index引入的地方