0

这是我的 php 文件的内容:

<?php   
session_start();
print_r($_SESSION); 
 ?>

为什么在 chrome 中我看到空会话值,而在其他浏览器中我可以正确看到它们?

4

0 回答 0