→ elan:樓上有Java版喔 08/08 23:03
最近在學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)