Ms7 Search
Google 搜尋 翻譯
calendar
« 九月 2024 »
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
近期文章
文章分類
網站連結
Syndicate

« | »

ajax 與中文

2008-08-25 @ 21:38 in PHP, JavaScript, Sql

20080825 shyong

今天在試寫第一個用 php 程序的簡單 ajax  應用時,在中文部分一直傳回亂碼,後來查 Google  才知,因為編碼原因,

  1. Server 端傳回時必須先告知編碼 ,即先送出 :  header('Content-Type:text/html;charset=big5');
  2. Client  端傳送須先 URI 編碼 : var url = "url.php?name=" + encodeURIComponent(value);

Server 端測試可以,Client 等有用到再試

20080828 shyong

測試 Client 端送中文參數一直不行,後來在網上查到以下做法,測試後可行

  1. 在 Client 送參數時,不管是 Get 或 Post,都不要加編碼,即前面不要用 escape 或 encodeURIComponent 之類的編碼,直接送出
    如下: Get => var url = "cl.php?hclass=" + hclass   Post => request.send("hclass="+hclass);
  2. 在 Server 加入  header('Content-Type:text/html;charset=big5');
                        $hclass=iconv( 'UTF-8', 'big5//IGNORE' , $hclass);
  3. 我想應該是 Javascript 傳送是 utf-8 的格式,所以在 Server 端用 iconv 轉換編碼成 big5,再用 big5 格式送出就可以了

 

 

迴響

ajax 與中文 | 豬窩

Hashtags will then be familiar with create "groupings" on Twitter, without needing to
alter the basic service. If you like money then I would turn into
a rapper and rhyme in regards to the streets as being a individual
who reflect the road scene through the rhymes. Author Charlaine
Harris, who wrote the Sookie Stackhouse novels on which the series relies, seemed to be attending and stated she was signed to write three
more novels (that takes the series total to 12).

作者 Tame.Hypoo.life @ 10:44, 2019-05-07

ajax 與中文 | 豬窩

You should not just join one site but a few instead, that way there is a selection of members to choose from.
Now, to get quite close to see your face, you just need a great date with him or
her o concerning create a comfortable devote his /
her heart. You have complete control that you would like to contact and which you wish to block from.

作者 http://ghwp.alluwant.online/ @ 03:05, 2019-05-17

ajax 與中文 | 豬窩

Kindly note that the c's you might be looking to win is known as the widely used while they you happen to be expecting to lose is named the underdog.

As you can observe, binary betting provides the investor many the
possiblility to trade inside fast and volatile market movements however, avoiding the identical
risk as other markets. The expansion of internet games has actually shown the
typical growth and development of pc networks from small regional networks for the web
as well as the growth and development of net accessibility itself.

ajax 與中文 | 豬窩

The online computer games makes its market around the globe and entertaining many players of
every age group. To achieve success in this
particular venture, you will need to understand it directly from a
symptom that things hastily done come in most circumstances never done well.
This has become the hottest selection for everyone
that likes excitement.

作者 http://spy.theway.site @ 03:32, 2019-05-26

ajax 與中文 | 豬窩

Photorealistic dragonfly tattoo - Want a truly realistic looking dragonfly tattoo.
In case of Dexter, all episodes, which are aired weekly, co-relate to the storyline
of not merely the first sort episode however the next episode as well.
The child sits on his mother's right knee, nevertheless the left knee will be very tough to deal with.

作者 fi.Megam.info @ 22:55, 2019-06-09
發表迴響
 authimage