2013年9月29日 星期日

傳參數之前要先編碼


在 ie 傳 中文參數 會出錯
chrome 不會 ,所以傳參數的時候要編碼

編碼
string str1= HttpUtility.UrlEncode("中文");

http://google.com.tw/str=str1

在接參數的那一頁解碼


string g_CourseNM = HttpUtility.UrlDecode(Request.QueryString["CourseNMNM"]);

沒有留言:

張貼留言