<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>基本选择器</title>
 <script type="text/javascript">
  
   
   funtion _opr(){
  alert("wori!");
  }  </script></head>
<body>
        <a href="javascript:_opr();"> 点击 </a>

</body>
</html>
提示没有定义对象?