日期:2010-10-25  浏览次数:20399 次


<?php
SetCookie("mycookie[]","It's just cookie test!!!","The second");
echo $mycookie[0];
echo $mycookie[1];

?>