Cannot load local office.js
问题 As this answer suggested, I want to modify a little bit office.js . So I copied the content of https://appsforoffice.microsoft.com/lib/1/hosted/office.js to local, such that https://localhost:3000/static/office.js shows well the content. Then, I make a very simple file test.html : <html> <head> <!--<script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js"></script>--> <script type="text/javascript" src="https://localhost:3000/static/office.js"></script> </head> <body> haha <