作者nemolin (nemo N   I
看板Web_Design
标题[问题] 请问properties档的写法?
时间Tue Aug 8 17:22:59 2006
最近在学jsp 买了那本jsp技术手册2.0来看
里面有一个范例是用properties档案 来设定传送mail的内容
不知道 在properties档案里面 要显示中文字的话 要如何设定呢?
以下是 我写的properties:
message =
<html> \
<body> \
Hi, <b> </b><br> \
{1} {0}<br> \
Welcome to
<a
href="
http://localhost:8080/JSPBook/CH14/enable.jsp?id={2}&first_name={1}&
last_name={0}">
请按我</a> \
</body> \
</html> \
"请按我"一直都是乱码
如果加入
<%@ page contentType="text/html;charset=Big5" %>
则会完全都没有内容 这该怎麽解决?
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 210.68.3.177
※ 编辑: nemolin 来自: 210.68.3.177 (08/08 17:23)
1F:→ elan:楼上有Java版喔 08/08 23:03