Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
203 views
in Technique[技术] by (71.8m points)

react的文件index。html怎么引入外部的js

image.png
在pulic的index。html文件下引用同级的axios。js这样会报错
直接引用也报错
./axios.js也报错
有能知道怎么引入吗


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

报错是指报什么错?html没有加载到axios.js,还是bundle里引用不了axios里的变量?后者你可以看看这个 Using Global Variables


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...