csharp 使用Google API生成QR码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 使用Google API生成QR码相关的知识,希望对你有一定的参考价值。

const string GoogleChartApiPrefix = "http://chart.apis.google.com/chart?cht=qr&chs=100x100&chl=";

[Test]
public void DownloadFile()
{
WebClient wc = new WebClient();
string content = "测试";
string url = GoogleChartApiPrefix + HttpUtility.UrlEncode(content);
wc.DownloadFile(url, string.Format("e:\\{0}.jpeg", content));

}

以上是关于csharp 使用Google API生成QR码的主要内容,如果未能解决你的问题,请参考以下文章

Googles的QR码生成api不起作用

我必须使用哪些数据来为 Google Authenticator 生成 QR 码?

通过在图像标签中传递链接生成 QR 码扫描仪

利用Google API快速生成QR二维码

Android Enterprises 设备注册卡在 NodeJs 生成的带有服务帐户身份验证的 QR 码

Android 系列 5 7使用Google ZXing条形码扫描器扫描条形码或QR码