Encoding.GetEncoding("utf-8").GetBytes(a); //編成Base64 字串 string b = Convert.ToBase64String(bytes); //從Base64 字串還原 string c = System ...
確定! 回上一頁