58 Star 227 Fork 59

艾润物联 / vehicle-keyboard-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
engine.html 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
yoojia.chen 提交于 2017-11-08 14:43 . Stable version, Init for publish
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, user-scalable=no">
<title>停车王TM车牌专用键盘</title>
</head>
<script src="src/js/keyboard-engine.js"></script>
<script>
var engine = new KeyboardEngine();
console.log(engine);
console.log(engine.update(0, 0, "", 0));
</script>
</html>
JavaScript
1
https://gitee.com/iRainIoT/vehicle-keyboard-js.git
git@gitee.com:iRainIoT/vehicle-keyboard-js.git
iRainIoT
vehicle-keyboard-js
vehicle-keyboard-js
master

搜索帮助