2013年6月11日 星期二

如何讓server 產生的空白字元傳換成網頁上的空白

將空白字元取代成 \xA0

說明:
nbsp in html corresponds to "\xA0" as a C# string, so use this instead of spaces, when HTML encoded it will produce nbsp

沒有留言:

批次檔正確處理中文

1. 確定檔案編碼為 UTF-8 2. 開頭先執行 chcp 65001