Node.js - external JS and CSS files (just using node.js not express)

前端 未结 6 494
庸人自扰
庸人自扰 2020-12-02 12:52

Im trying to learn node.js and have hit a bit of a roadblock.

My issue is that i couldn\'t seem to load an external css and js file into a html file.



        
6条回答
  •  渐次进展
    2020-12-02 13:19

    public does not appear in the URL requested by the client, so the switch on myPath will always fall through.

提交回复
热议问题