3.安装

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