Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 JSignature 通过 html5/Jquery Mobile 捕获用户的签名。我有一个字母数字值的签名,然后存储在 SQL Server 2008 数据库中。
我需要在 ASP.NET 中显示签名,但现在确定如何将这些字母数字值转换为 ASP.NET 可以读取的内容。
jSignature
您可以将嵌入式 img 显示用作:
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUh .... " >
base64,iVBORw0KGgoA...您的签名数据在哪里。
base64,iVBORw0KGgoA...