快速建立 http file server


###安裝
```
npm install http-server -g
```

###執行方法1
```
cd D:\Folder
http-server
```

###或執行方法2
```
http-server D:\Folder
```