php setcookie( "test", "Good_Idea", time()+3600); //變數為test,變數值為Good_Idea,存活時間一小時(3600秒) ?> 接著就是要試看看把剛設定好的Cookie給取值出來 (記得 ...
確定! 回上一頁