在没有配置服务器的情况下,如何在本地IDE实现页面嵌套呢
<p ng-app="" ng-controller="studentController">
<p ng-include="'main.html'"></p>
<p ng-include="'subjects.html'"></p>
</p>
ng-include
貌似是必须配置服务器才能执行 怎么可以脱离服务器执行呢
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
没有服务你这样是不行的 还是把html写上去 用ng-show来控制显示和隐藏
http://stackoverflow.com/a/16...