随笔分类 - 代码
摘要://首先导入该js <script type='text/javascript' src='/pcQuery/js/WebSpeech.js'></script> //第二步:在你需要读取的地方执行就ok <script> $(function(){ WebSpeech.ready(function
阅读全文
摘要:官网API: https://dafrok.github.io/vue-baidu-map/#/zh/index <template> <el-dialog title="拾取经纬度" :visible.sync="dialogVisible" id="mapDialog" :close-on-cl
阅读全文
摘要:*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0,
阅读全文
摘要:<script> var canvas = document.getElementById('canvas'); var ctxt = canvas.getContext('2d'); var w = canvas.width; var h = canvas.height; //外圆 ctxt.be
阅读全文