网站服务已经恢复正常,如果有使用上面的问题,请点击右上角反馈链接反馈。2021-04-29 11:54:23
plain HTTP-style cookie转换为Netscape/Mozilla格式
浏览器Console中执行 alter(document.cookie); 复制到输入框进行转换。转换完后请将domain.com 替换为你的域名。
wget 中使用 wget --load-cookies cookies.txt http://example.org php 中使用 curl_setopt($this->request, CURLOPT_COOKIEJAR, $this->cookiesJar); curl_setopt($this->request, CURLOPT_COOKIEFILE, $this->cookiesFile); 各个字段含义 domain - The domain that created AND that can read the variable. flag - A TRUE/FALSE value indicating if all machines within a given domain can access the variable. This value is set automatically by the browser, depending on the value you set for domain. path - The path within the domain that the variable is valid for. secure - A TRUE/FALSE value indicating if a secure connection with the domain is needed to access the variable. expiration - The UNIX time that the variable will expire on. UNIX time is defined as the number of seconds since Jan 1, 1970 00:00:00 GMT. name - The name of the variable. value - The value of the variable.
其他工具推荐
Ascii85 / Base85编码解码 encode decode |
ip地址划分 Ipcalc计算子网掩码, 反掩码, 子网划分, 广播地址, 主机个数, host范围 |
URL编码解码 encode decode |
Csv表头转换Golang struct |
XML 代码格式化 |
Md5加密 |