兼容性考慮
jsp 寫入中文Cookie
<%@ page contentType=<%@ page import=
<%
String usr =
Cookie cookie = new Cookie(
cookie
cookie
response
%>
javascript 讀取中文cookie
<script language=function readCnCookie(name){ //中文cookie
var strReturn = null;
var tmp
if(tmp=reg
return strReturn;
}
alert(readCnCookie(
</script>
同樣
在其它的語言環境下實現 new Cookie(
ASP: Server
PHP: urlencode($string);
如果編碼不對
例: gb
ASP
System
System
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/20748.html