我已经搜索了答案,但我没有找到任何关于这个问题的内容。如果我错了,我会提前道歉。
问题在于:我在目标目录中有一些文件,让我们说file1.html, file2.ts,...
和index.html
。这条线:
x= new XMLHttpRequest(); x.open("get",file,true)
仅在x.status 200
获得file = "index.html"
,而其他所有人获得404。
我一直在使用角2 prj。在根目录中,我有一些文件,如index.html,index1.html,main.ts等。 Angular prj是用节点启动的 (npm install -g @ angular / cli,ng serve --open)。
此错误是通过root中包含的非“index.html”
中包含的任何其他文件获得的我试图更好地解释发生问题的环境。是否还有其他必要的信息?
非常感谢