输入单位:<input id="dw" width="50" type="text" value='某某某某某某单位人事部'/>
章下面文字:<input id="mdtext" width="50" type="text" value='专用章'/>
<div id="tuzhangdiv">
    <canvas id="canvas" width="250" height="250"></canvas>
</div>
<button onclick="createSealEx()" id="btn" >生成公章</button>
获取图片Base64:
<code>
    document.getElementById('canvas').toDataURL("image/png");
</code>