wayne程式筆記(學習從模仿開始)
2013年9月29日 星期日
傳參數之前要先編碼
在 ie 傳 中文參數 會出錯
chrome 不會 ,所以傳參數的時候要編碼
編碼
string str1= HttpUtility.UrlEncode("中文");
http://google.com.tw/str=str1
在接參數的那一頁解碼
string g_CourseNM = HttpUtility.UrlDecode(Request.QueryString["CourseNMNM"]);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言