2015-06-16

鸡蛋的 jsp Encoding...


___________________________________________________________________________

在 Eclipse 里
...
// alert("请无输入 ',', '^',' {', '}', '[', ']', '\', '|' 标志在群组名字的空阁");
notifyUserInPageOverlayed( "请无输入 ',', '^',' {', '}', '[', ']', '\', '|' 标志在群组名字的空阁" );
...


___________________________________________________________________________



在 Chrome 里
...

// alert("请无输入 ',', '^',' {', '}', '[', ']', '\', '|' 标志在群组名字的空阁");
notifyUserInPageOverlayed( "请无输入 ',', '^',' {', '}', '[', ']', '\', '|' 标志在群组名字的空阁" );
...

___________________________________________________________________________

试过:

  • 加入—— < http-equiv="Content-Type" content="text/html; charset=UTF-8"> ,没有效果。



___________________________________________________________________________


解决方案



在 Eclipse 里,jsp 顶端 加入
<%@ page pageEncoding="utf-8" %>




在 Chrome 里就可显示为如下:
...
// alert("请无输入 ',', '^',' {', '}', '[', ']', '\', '|' 标志在群组名字的空阁");
notifyUserInPageOverlayed( "请无输入 ',', '^',' {', '}', '[', ']', '\', '|' 标志在群组名字的空阁" );
...












































Google Referrals