12 2018 档案
摘要:测试代码如下: 在PC端: 1.pc端无touch相关事件,所以touchstart,touchmove,touchend事件无响应。 2.点击子元素,因为需要先移动到元素上所以触发了mousemove事件并冒泡到父元素上,然后点击,依次出发mousedown并冒泡,触发mouseup并冒泡,触发c
阅读全文
摘要:indexedDB使用过程中的错误1: 这是由于你在success事件的回调中调用createObjectStore方法,该方法应该在upgradeneeded事件的回调中调用。 }request.onerror = (e) => {console.log('Can not open indexed
阅读全文

浙公网安备 33010602011771号