我正在使用 angularjs,它会自动附加
#index.html
到网址
http://localhost/index.html
所以路径看起来像
http://localhost/index.html#/index.html
当我评论 ng-include 包装<div ng-include="'temp.html'></div>
的 url 恢复到
localhost/index.html
但是当我取消注释时,<div ng-include="'temp.html'></div>
它又恢复为
localhost/index.html#/index.html
所以,
- 为什么会这样?
- 有解决方法吗?这样我就可以使用 ng-include 并保持 url 完整。
注意:我没有使用任何路由