你的心如利箭 在风中笔直的飞翔
github DNS ALEXA CDN
jquery JS CSS CSS3 HTML5 svg php --- isux w3cplus

21270

  博客园  :: 首页  ::  ::  ::  :: 管理
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
$(document).keydown(function(e){ 
    if(e.which=="13"){
        $("#show").html($("#show").html()+"<br>\n");
    }else{
        $("#show").html(  $("#show").html() + "," + e.which); 
    }
}) 
</script> 
</head> 
<body> 
<div id="show" style="background:#ffaaaa;"></div>
</body> 
</html> 

 

posted on 2013-12-12 17:44  bjhhh  阅读(409)  评论(0编辑  收藏  举报