uniGUI学习之Cookie(54)

UniApplication.Cookies.SetCookie(
      const ACookieName: string,
    const AValue: string, 
    AExpires: TDateTime = 0,
    ASecure: Boolean = False,
    AHTTPOnly: Boolean = False, 
    const APath: string = '/'
)

 

原文地址:https://www.cnblogs.com/tulater/p/15671897.html