2.安装
> `JS`暂只支持使用`script`标签进行加载,必须使用服务器上的绝对路径。加载后会在window上对应的挂载一个`WSMobileSignContext`或`WSPCSignContext`的的对象。
> `CSS`使用`link`标签加载。
## mobile端
```html
<link rel="stylesheet" href="http://open.wellsign.cn/sdk/context/ws.mobile@2.0.css" />
<script src="http://open.wellsign.cn/sdk/context/ws.mobile@2.0.js"></script>
```
## pc端
```html
<link rel="stylesheet" href="http://open.wellsign.cn/sdk/context/ws.pc@2.0.css" />
<script src="http://open.wellsign.cn/sdk/context/ws.pc@2.0.js"></script>
```