只需在使用session的页面开头加入:<?php ob_start();?>因为在session之前有输出,这样就可以了 使用session的每个页面中都需要加入:session_start() 否则是不正确的