<html>
<head>
</head>
<body>
<div>D°X8V、一</div>
<p class="t">哪</p>
<p class="t">哪</p>
</body>
<script>
$("p").bind("click",function(event){
console.log("要命!");
})
</script>
</html>
div{color:blue}
.t{color:cyan}