//bodyParser app.use(express.urlencoded({ extended: true, limit: '50mb' }));
app.post('/get_json/:id', function (req, res) { // 響應塊代碼 })