| getComment() | ใช้คืนค่า หมายเหตุ ของ Cookie (ถ้าไม่ได้กำหนดไว้จะคืนค่า null) |
|---|
method:getComment ();
return type:String
content:ใช้คืนค่า หมายเหตุ ของ Cookie (ถ้าไม่ได้กำหนดไว้จะคืนค่า null)
example:Cookie cookie = new Cookie ( “username”, “bamboo” ); String comment = cookie.getComment ();