日期:2014-01-03  浏览次数:20498 次

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

?>