解决方案 »

  1.   

    不知道哪一行是expires 如果你能提供两个时间序数,并且知道它们对应的时间是什么。就可以帮你推出这个转换。
      

  2.   

    英文说明:
    Line Summary
    1 The Variable Name
    2 The Value for the Variable
    3 The Website of the Cookie’s Owner
    4 Optional Flags
    5 The Most Significant Integer for Expired Time, in FILETIME Format
    6 The Least Significant Integer for Expired Time, in FILETIME Format
    7 The Most Significant Integer for Creation Time, in FILETIME Format
    8 The Least Significant Integer for Creation Time, in FILETIME Format中文说明:
    第一行 Cookie变量名
    第二行 Cookie变量值
    第三行 该Cookie变量所属域,形如csdn.net/、blog.csdn.net/或blog.csdn.net/lixianlin/
    第四行 可选标志
    第五行 该Cookie过期时间(FILETIME格式)的高位整数
    第六行 该Cookie过期时间(FILETIME格式)的低位整数
    第七行 该Cookie创建时间(FILETIME格式)的高位整数
    第八行 该Cookie创建时间(FILETIME格式)的低位整数附FILETIME格式定义:
    typedef struct _FILETIME {
    DWORD dwLowDateTime;
    DWORD dwHighDateTime;
    } FILETIME, *PFILETIME, *LPFILETIME;
      

  3.   

    谢谢 caozhy 斑竹大人~~~~献花,鸣炮~~~~