mounted(){ this.showkey() }, created: function() { document.onkeydown = function() { ...
mounted(){ this.showkey() }, created: function() { document.onkeydown = function() { ...
function getRandomColor(){ return '#' + Math.random().toString(16).substring(2,8).pad...
filter: drop-shadow(0 0 10px #fff);//濾鏡陰影 給不規(guī)則盒子或者圖片添加陰影 設(shè)置普通圖片陰影 //設(shè)置普通圖片陰影 .dsw...
document.addEventListener('copy',(e)=>{//監(jiān)聽右鍵復(fù)制或者ctrl + c 復(fù)制 e.preventDefault();//阻止復(fù)...
export function dataFormat(timestamp, formats) { //方法 // formats格式包括 // 1. Y-m-d ...