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

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

?>