检测客户端是否支持cookie //检测客户端是否支持cookie error_reporting(E_ALL ^ E_WARNING ^ E_NOTICE); ini_set('display_error',TRUE); //检测cookie是否已经生效 if($_GET['set'] != 'yes') { //设置cookie set... Other 2024-01-19 151 点赞 2 评论 228 浏览