一、採用asp+wml的開發方法,並且利用gb2312編碼(字尾為.asp)
<?xml version="1.0" encoding="gb2312"?>
' target=_blank>">
本**由bike**提供。
返回上級
返回互動河北
' target=_blank>">返回互動河北
返回首頁
' target=_blank>">返回首頁
二、採用asp+wml的開發方法,並且利用utf-8編碼(字尾為.asp)
ok=uni("確定")
zongbu=uni("返回互動河北")
top=uni("返回上級")
homepage=uni("返回首頁")
bike=uni("被愛可以")
ceshi=uni("中文測試")
%>
<?xml version="1.0" encoding="gb2312"?>
' target=_blank>">
" newcontext="true">
本**由bike**提供。
" href="../index.asp">
" href="
' target=_blank>">
" href="
' target=_blank>">
for i = 1 to len (chinese)
a=mid(chinese, i, 1)
uni=uni & "" & hex(ascw(a)) & ";"
next
end function
%>
WAP文字分頁顯示
最近在wap開發中用到文字分頁。什麼是文字分頁呢,就是將一段內容太長,需要分頁顯示。wap因為有流量的限制,你不能在一頁中顯示過多的內容。很有可能顯示的內容並不是使用者所關心的,這樣就浪費了使用者的流量。當然很直觀的一種的做法是人工分頁,很多wap的圖書 都是採用人工分頁的方式。即在資料庫中已經將資...
解決Wap顯示亂碼問題
以下有幾種方法可以設定 1 可在web伺服器中設定mime表時,在text vnd.wap.wml後加上 charset charset name 如gb2312漢字 text vnd.wap.wml charset gb2312 2 若你在設計動態wap網頁時,出現漢字顯示亂碼,你可以在程式中將返...
wap開發中中文問題的解決
jsp中中文的解決 中國移動加入以下幾句後,頁面中可以直接寫中文,不用轉換,提交的中文直接request.getparameter 獲得,不用轉換 page contenttype text vnd.wap.wml charset gb2312 response.setcontenttype tex...