1.利用H5写想要的功能
2.打包APP
3.手机安装
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>counter</title>
<script type="text/javascript">
document.addEventListener('plusready', function(){
//console.log("所有plus api都应该在此事件发生后调用,否则会出现plus is undefined。"
});
</script>
<style type="text/css">
html,body{
height: 100%;
overflow: hidden;
}
div {
box-sizing: border-box;
text-align: center;
font: 26px/30px "微软雅黑","sans-serif";
}
#main{