php设置cookie方法,php销毁cookie方法,php输出cookie方法,php输出cookie数量的方法

admin3年前830
<?php //设置cookie setcookie("user_name", "frank", time()+3600); /...