Cookie细节:
①Cookie存活时间:Cookie存在内存中,会随着浏览器关闭而被销毁。
②Cookie存储中文:
用URL编码
URLEncoder.encode()
URLDecoder.decode()