From 5b5f791e404b6b0b57a5e33819626b6161be9c86 Mon Sep 17 00:00:00 2001 From: shanilin Date: Sun, 23 Nov 2025 18:29:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=94=A2=E5=93=81=EF=BC=97?= =?UTF-8?q?=20airpods7=20=20product=20list=20in=20server.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server.js b/server.js index 79e50e3..f5d9593 100644 --- a/server.js +++ b/server.js @@ -44,7 +44,8 @@ const server = http.createServer((req, res) => { { id: 3, name: "平板", price: 15900 }, { id: 4, name: "耳機", price: 2990 }, { id: 5, name: "螢幕", price: 6990 }, - { id: 6, name: "Dell大螢幕", price: 12990 }, + { id: 6, name: "Dell大螢幕", price: 12990 }, + { id: 7, name: "Airpods pro", price: 8990 }, ]; // 解析 URL 和 query 參數