$(".leftsc>ul>li").hover(function(){
$(this).find("ul").show()
},function(){
$(this).find("ul").hide()
})
剩下的就是你的css样式布局了。。你也可以通过加class,设置class的属性display:block;默认子层的ul的disaplay:none可以用hover效果也可以用click来切换class.
<html data-ng-app=""><head>
<title>Hello world</title>
</head>
<body>
name:
<br>
<input type="text" data-np-model="name"/>{{ name }}
<script
src="/resTablet/WebContent/external/angularjs/1.2.25/angular.min.js"><!--本人本地js路径-->
</script>
</body>
</html>