流世幻羽

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title></title>
	</head>
	
	<script>
		function heh(){
			var sid=document.getElementById("btn");
    		sid.onblur = Function("queryOccupationEveryType(this.value);");
		}
		function queryOccupationEveryType(){
			console.log("aa");
		}
		
		
	</script>
	
	<body>
		
		<input id="btn" >
		<input id="btn1" onclick="heh()" type="button" value="点我">
		
	</body>
</html>

  

posted on 2018-08-21 20:08  流世幻羽  阅读(3208)  评论(0编辑  收藏  举报