string firstname = “晅晢”; //用戶名 string lastname = “廖”; //密碼 string data = “firstname=” + HttpUtility.UrlEncode(firstname) + ...
確定! 回上一頁