摘要:        
】常见事件: //onclick 点击时触发事件。 //ondblclick 双击时触发事件。 //onkeydown 按键按下 //onkeypress 点击按键 //onkeyuo 按键释放 //onmousedown鼠标按下 //onmousemove鼠标移动 //onmouseup 鼠标按键    阅读全文
posted @ 2017-11-12 22:05
小猫钓鱼吃鱼
阅读(321)
评论(0)
推荐(0)
        
            
        
        
摘要:        
$(window).keydown(function(event){ switch(event.keyCode) { // ... // 不同的按键可以做不同的事情 // 不同的浏览器的keycode不同 // 更多详细信息: http://unixpapa.com/js/key.html // 常    阅读全文
posted @ 2017-11-12 20:46
小猫钓鱼吃鱼
阅读(153)
评论(0)
推荐(0)
        
            
        
        
摘要:        
var myDate = new Date();myDate.getYear(); //获取当前年份(2位)myDate.getFullYear(); //获取完整的年份(4位,1970-????)myDate.getMonth(); //获取当前月份(0-11,0代表1月)myDate.getDa    阅读全文
posted @ 2017-11-12 20:31
小猫钓鱼吃鱼
阅读(201)
评论(0)
推荐(0)
        
 
                    
                
 浙公网安备 33010602011771号
浙公网安备 33010602011771号