1.引入JS
您必须在网页的头部引入这3个JS,且顺序不能调换。
以下三个分别为
https://cdnh5.xiaoseer.com/test/ByteArray.js ByteArray 字节流包处理
https://cdnh5.xiaoseer.com/test/uniapp.js 手册和网页交互
https://cdnh5.xiaoseer.com/test/seer.js 赛尔号游戏内容发包
<script type="text/javascript" src="https://cdnh5.xiaoseer.com/test/ByteArray.js"></script>
<script type="text/javascript" src="https://cdnh5.xiaoseer.com/test/uniapp.js"></script>
<script type="text/javascript" src="https://cdnh5.xiaoseer.com/test/seer.js"></script>
引入后您就完成了开发的第一步了
例子
<head>
<meta charset="utf-8" />
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title>赛尔手册SDK例子2- 钻石使用查看</title>
<script type="text/javascript" src="https://cdnh5.xiaoseer.com/test/ByteArray.js"></script>
<script type="text/javascript" src="https://cdnh5.xiaoseer.com/test/uniapp.js"></script>
<script type="text/javascript" src="https://cdnh5.xiaoseer.com/test/seer.js"></script>
<!--你需要引入uniapp , seer 3个js文件-->
</head>
最后修改时间: 2 年前