{"id":1638,"date":"2026-03-02T10:11:20","date_gmt":"2026-03-02T02:11:20","guid":{"rendered":"https:\/\/www.fujing.hk\/?page_id=1638"},"modified":"2026-03-04T11:44:01","modified_gmt":"2026-03-04T03:44:01","slug":"%e7%a6%8f%e5%a2%83%e5%ae%9e%e4%b8%9a%e6%9c%ba%e5%ba%93%e9%97%a8%e4%bb%8b%e7%bb%8d","status":"publish","type":"page","link":"https:\/\/www.fujing.hk\/?page_id=1638","title":{"rendered":"\u673a\u5e93\u95e8\u4ecb\u7ecd"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u98de\u673a\u5e93\u5927\u95e8 &#8211; \u4e13\u4e1a\u5de5\u4e1a\u95e8\u89e3\u51b3\u65b9\u6848<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: \"Microsoft YaHei\", sans-serif;\n        }\n        body {\n            background-color: #fff8f2; \/* \u6d45\u6a59\u5e95\u8272 *\/\n            color: #333;\n            line-height: 1.6;\n        }\n        header {\n            background-color: #f5a97d; \/* \u4e3b\u6d45\u6a59\u8272 *\/\n            color: #fff;\n            padding: 1.5rem 5%;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n        header h1 {\n            font-size: 2rem;\n            font-weight: 600;\n        }\n        nav {\n            margin-top: 0.8rem;\n        }\n        nav a {\n            color: #fff;\n            text-decoration: none;\n            margin-right: 1.5rem;\n            font-size: 1rem;\n            transition: color 0.3s;\n        }\n        nav a:hover {\n            color: #e67e22; \/* \u6df1\u6a59\u5f3a\u8c03\u8272 *\/\n        }\n        .container {\n            max-width: 1200px;\n            margin: 2rem auto;\n            padding: 0 5%;\n        }\n        .section-title {\n            font-size: 1.8rem;\n            color: #333;\n            margin-bottom: 1.2rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 2px solid #f9b384; \/* \u6d45\u6a59\u8fb9\u6846 *\/\n        }\n        .overview {\n            background-color: white;\n            padding: 2rem;\n            border-radius: 8px;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n            margin-bottom: 2.5rem;\n        }\n        .overview p {\n            margin-bottom: 1rem;\n            font-size: 1rem;\n        }\n        .product-types {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 2.5rem;\n        }\n        .product-card {\n            background-color: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n            transition: transform 0.3s;\n            border-top: 3px solid #f9b384; \/* \u6d45\u6a59\u9876\u8fb9 *\/\n        }\n        .product-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 4px 15px rgba(249, 179, 132, 0.2); \/* \u6d45\u6a59\u9634\u5f71 *\/\n        }\n        .product-card img {\n            width: 100%;\n            height: 200px;\n            object-fit: cover;\n        }\n        .product-info {\n            padding: 1.5rem;\n        }\n        .product-info h3 {\n            font-size: 1.3rem;\n            color: #e67e22; \/* \u6df1\u6a59\u6807\u9898 *\/\n            margin-bottom: 0.8rem;\n        }\n        .product-info p {\n            font-size: 0.95rem;\n            color: #666;\n        }\n        .tech-specs {\n            background-color: white;\n            padding: 2rem;\n            border-radius: 8px;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n            margin-bottom: 2.5rem;\n        }\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n        }\n        .spec-item {\n            padding: 1rem;\n            border-left: 3px solid #f9b384; \/* \u6d45\u6a59\u5de6\u4fa7\u8fb9\u6846 *\/\n        }\n        .spec-item h4 {\n            font-size: 1.1rem;\n            color: #e67e22; \/* \u6df1\u6a59\u5c0f\u6807\u9898 *\/\n            margin-bottom: 0.5rem;\n        }\n        .spec-item p {\n            font-size: 0.9rem;\n            color: #666;\n        }\n        .gallery {\n            margin-bottom: 2.5rem;\n        }\n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1rem;\n        }\n        .gallery-item {\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            transition: all 0.3s;\n        }\n        .gallery-item:hover {\n            transform: scale(1.02);\n            box-shadow: 0 4px 12px rgba(249, 179, 132, 0.3);\n        }\n        .gallery-item img {\n            width: 100%;\n            height: 200px;\n            object-fit: cover;\n        }\n        footer {\n            background-color: #f5a97d; \/* \u4e3b\u6d45\u6a59\u8272 *\/\n            color: white;\n            text-align: center;\n            padding: 1.5rem;\n            margin-top: 3rem;\n        }\n        footer p {\n            font-size: 0.9rem;\n            color: #fff;\n        }\n        \/* \u54cd\u5e94\u5f0f\u9002\u914d *\/\n        @media (max-width: 768px) {\n            header h1 {\n                font-size: 1.5rem;\n            }\n            .section-title {\n                font-size: 1.5rem;\n            }\n            .product-types, .specs-grid, .gallery-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <header>\n        <h1>\u98de\u673a\u5e93\u5927\u95e8 &#8211; \u4e13\u4e1a\u5de5\u4e1a\u95e8\u89e3\u51b3\u65b9\u6848<\/h1>\n        <nav>\n            <a href=\"#overview\">\u4ea7\u54c1\u6982\u8ff0<\/a>\n            <a href=\"#types\">\u4ea7\u54c1\u7c7b\u578b<\/a>\n            <a href=\"#specs\">\u6280\u672f\u53c2\u6570<\/a>\n            <a href=\"#gallery\">\u5b9e\u666f\u5c55\u793a<\/a>\n        <\/nav>\n    <\/header>\n\n    <div class=\"container\">\n        <!-- \u4ea7\u54c1\u6982\u8ff0 -->\n        <section id=\"overview\" class=\"overview\">\n            <h2 class=\"section-title\">\u4ea7\u54c1\u6982\u8ff0<\/h2>\n            <p>\u94a2\u8d28\u63a8\u62c9\u5f0f\u98de\u673a\u5e93\u5927\u95e8\u5728\u56fd\u5185\u5e94\u7528\u5df2\u670950\u591a\u5e74\u5386\u53f2\uff0c\u76ee\u524d\u4ecd\u4e3a\u673a\u573a\u673a\u5e93\u7684\u4e3b\u6d41\u9009\u62e9\u3002\u6574\u6a18\u95e8\u7531\u591a\u6247\u95e8\u6247\u7ec4\u6210\uff0c\u5355\u673a\u4f4d\u673a\u5e93\u53ef\u5206\u4e3a\u6709\u95e8\u5e93\u4e0e\u65e0\u95e8\u5e93\u4e24\u79cd\u5f62\u5f0f\uff0c\u591a\u673a\u4f4d\u673a\u5e93\u4e0d\u8bbe\u95e8\u5e93\u3002<\/p>\n            <p>\u63a8\u62c9\u95e8\u7cfb\u7edf\u6838\u5fc3\u7531\u95e8\u6247\u3001\u5bfc\u5411\u88c5\u7f6e\u3001\u5730\u8f68\u3001\u4f20\u52a8\u88c5\u7f6e\u3001\u4e0a\u5bfc\u8f6e\u3001\u4e3b\u52a8\u8f6e\u3001\u4ece\u52a8\u8f6e\u3001\u95e8\u963b\u3001\u63a7\u5236\u7cfb\u7edf\u3001\u5b89\u5168\u62a5\u8b66\u88c5\u7f6e\u3001\u5bc6\u5c01\u4ef6\u3001\u6392\u6c34\u7cfb\u7edf\u3001\u878d\u51b0\u88c5\u7f6e\u7b49\u6784\u6210\uff0c\u53ef\u6839\u636e\u673a\u573a\u573a\u666f\u9700\u6c42\u5b9a\u5236\u4fdd\u6e29\u3001\u9632\u706b\u3001\u9632\u7206\u7b49\u529f\u80fd\uff0c\u9002\u914d\u4e0d\u540c\u673a\u578b\u4e0e\u573a\u5730\u6761\u4ef6\u3002<\/p>\n        <\/section>\n\n        <!-- \u4ea7\u54c1\u7c7b\u578b -->\n        <section id=\"types\" class=\"product-types\">\n            <h2 class=\"section-title\">\u6838\u5fc3\u4ea7\u54c1\u7c7b\u578b<\/h2>\n            <div class=\"product-card\">\n                <img decoding=\"async\" src=\"https:\/\/p3-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/d011f03d71104ba08c81d3d58f45be99.jpeg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=Ws8UCRpGjsw1D0gth9ez9WkGnlM%3D\" alt=\"\u94a2\u8d28\u63a8\u62c9\u5f0f\u673a\u5e93\u95e8\">\n                <div class=\"product-info\">\n                    <h3>\u94a2\u8d28\u63a8\u62c9\u5f0f\u673a\u5e93\u95e8\uff08TM\uff09<\/h3>\n                    <p>\u6700\u4e3b\u6d41\u673a\u578b\uff0c\u591a\u6247\u6c34\u5e73\u63a8\u62c9\u8bbe\u8ba1\uff0c\u8de8\u5ea6\u53ef\u8fbe\u6570\u5341\u7c73\uff0c\u8fd0\u884c\u7a33\u5b9a\u3001\u7ef4\u62a4\u7b80\u4fbf\uff0c\u652f\u6301\u5206\u6bb5\u5f00\u542f\u8282\u80fd\uff0c\u9002\u914d\u5927\u578b\u6c11\u822a\u7ef4\u4fee\u673a\u5e93\u3001\u505c\u673a\u5e93\uff0c\u53ef\u5b9a\u5236900\u00d72000mm\u5e94\u6025\u758f\u6563\u5c0f\u95e8\u3002<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"product-card\">\n                <img decoding=\"async\" src=\"https:\/\/p3-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/f069b37ae8bd4ed19a0bb7f2447d6021.jpeg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=jyx%2FKxmrHRILpJL53O1kM1idw30%3D\" alt=\"\u4fa7\u8f6c\u5f0f\u673a\u5e93\u95e8\">\n                <div class=\"product-info\">\n                    <h3>\u4fa7\u8f6c\u5f0f\u673a\u5e93\u95e8<\/h3>\n                    <p>\u95e8\u4f53\u7ed5\u5782\u76f4\u8f74\u5411\u4fa7\u65b9\u6536\u7eb3\uff0c\u4e0d\u5360\u7528\u95e8\u524d\u573a\u5730\uff0c\u6297\u98ce\u6027\u5f3a\u3001\u566a\u97f3\u4f4e\uff0c\u9002\u7528\u4e8e\u573a\u5730\u72ed\u7a84\u7684\u8fde\u680b\u673a\u5e93\u3001\u9891\u7e41\u8fdb\u51fa\u7684\u4e2d\u578b\u673a\u5e93\u573a\u666f\u3002<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"product-card\">\n                <img decoding=\"async\" src=\"https:\/\/p26-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/0f8b0d18c3b2448aa8095c782029b243.jpeg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=AhJb9SN7F8ZYqZC1mldrxj4DxAY%3D\" alt=\"\u67d4\u6027\u63d0\u5347\u5f0f\u673a\u5e93\u95e8\">\n                <div class=\"product-info\">\n                    <h3>\u67d4\u6027\u63d0\u5347\u5f0f\u673a\u5e93\u95e8<\/h3>\n                    <p>\u9ad8\u5f3a\u5ea6\u7ec7\u7269\u590d\u5408\u6750\u6599\u95e8\u4f53\uff0c\u81ea\u91cd\u8f7b\u3001\u542f\u95ed\u5feb\u901f\uff0c\u6297\u98ce\u6027\u80fd\u4f18\u5f02\uff0c\u9002\u914d\u4e34\u65f6\u673a\u5e93\u3001\u91ce\u6218\u673a\u573a\u3001\u5feb\u901f\u5207\u6362\u573a\u666f\uff0c\u4e25\u5bd2\u5730\u533a\u53ef\u914d\u878d\u51b0\u88c5\u7f6e\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u6280\u672f\u53c2\u6570 -->\n        <section id=\"specs\" class=\"tech-specs\">\n            <h2 class=\"section-title\">\u6838\u5fc3\u6280\u672f\u53c2\u6570<\/h2>\n            <div class=\"specs-grid\">\n                <div class=\"spec-item\">\n                    <h4>\u529f\u80fd\u8bbe\u8ba1<\/h4>\n                    <p>\u7535\u52a8\/\u624b\u52a8\u53cc\u542f\u95ed\u6a21\u5f0f\uff0c\u5c0f\u95e8\u5f00\u542f\u65f6\u5927\u95e8\u81ea\u52a8\u505c\u673a\uff1b\u4fdd\u6e29\u95e8\u4f20\u70ed\u7cfb\u6570\u22642.0W\/(m\u00b2\u00b7\u2103)\uff0c\u53ef\u9009\u5168\/\u534a\/\u65e0\u91c7\u5149\u7a97\uff08\u5939\u5c42\u73bb\u7483\/FRP\u677f\uff09\uff0c\u6807\u914d\u9632\u649e\u3001\u58f0\u5149\u62a5\u8b66\u88c5\u7f6e\u3002<\/p>\n                <\/div>\n                <div class=\"spec-item\">\n                    <h4>\u7ed3\u6784\u8bbe\u8ba1<\/h4>\n                    <p>\u6309\u300a\u5efa\u7b51\u7ed3\u6784\u8377\u8f7d\u89c4\u8303\u300b\u8ba1\u7b97\uff0c\u5bfc\u5411\u5668\u56fa\u5b9a\u4e8e\u5c4b\u76d6\u53d7\u529b\u6784\u4ef6\uff0c\u5730\u8f68\u4e0e\u5ba4\u5185\u5730\u9762\u9f50\u5e73\uff0c\u5168\u7cfb\u7edf\u8bbe\u95e8\u963b\u53ca\u624b\u52a8\u5e94\u6025\u88c5\u7f6e\uff0c\u9002\u914d\u4e0d\u540c\u673a\u4f4d\u5e03\u5c40\u3002<\/p>\n                <\/div>\n                <div class=\"spec-item\">\n                    <h4>\u7535\u6c14\u8bbe\u8ba1<\/h4>\n                    <p>\u7535\u6e90380V\/50Hz\uff0c\u652f\u6301\u5355\u8def\/\u53cc\u8def\u81ea\u52a8\u5207\u6362\u4f9b\u7535\uff1b\u914d\u5907\u9650\u4f4d\u9632\u649e\u3001\u505c\u8f66\u62b1\u95f8\u3001\u706b\u8b66\u8054\u52a8\u88c5\u7f6e\uff0c\u4e25\u5bd2\u5730\u533a\u5730\u8f68\u6807\u914d\u7535\u52a0\u70ed\u878d\u51b0\u7ebf\u3002<\/p>\n                <\/div>\n                <div class=\"spec-item\">\n                    <h4>\u6750\u6599\u9009\u578b<\/h4>\n                    <p>\u95e8\u6247\u9aa8\u67b6\uff1a\u94a2\/\u94dd\u5408\u91d1\u578b\u6750\uff1b\u9762\u677f\uff1a\u5f69\u94a2\/\u4e0d\u9508\u94a2\/\u94dd\u5408\u91d1\uff1b\u4fdd\u6e29\u5c42\uff1a\u5ca9\u68c9\/\u73bb\u7483\u68c9\/\u6324\u5851\u677f\/\u805a\u6c28\u916f\u6ce1\u4f53\uff0c\u53ef\u5b9a\u5236\u9632\u706b\u9632\u7206\u5c42\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u5b9e\u666f\u5c55\u793a -->\n        <section id=\"gallery\" class=\"gallery\">\n            <h2 class=\"section-title\">\u5b9e\u666f\u6848\u4f8b\u5c55\u793a<\/h2>\n            <div class=\"gallery-grid\">\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p3-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/d011f03d71104ba08c81d3d58f45be99.jpeg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=Ws8UCRpGjsw1D0gth9ez9WkGnlM%3D\" alt=\"\u5927\u578b\u6c11\u822a\u673a\u5e93\u95e8\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p26-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/2b98d5942c7c487cb0f38dfb33eb2784.jpeg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=bNKSfSh3tqtdhcHz08ZyK5bzZEs%3D\" alt=\"\u5206\u6bb5\u5f0f\u63a8\u62c9\u95e8\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p26-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/030e4004b8d14c08a1f74616962563cc.jpg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=wOCEwm9FXJy8c48%2BVCETKanFW2w%3D\" alt=\"\u673a\u5e93\u5185\u90e8\u91c7\u5149\u8bbe\u8ba1\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p3-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/f069b37ae8bd4ed19a0bb7f2447d6021.jpeg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=jyx%2FKxmrHRILpJL53O1kM1idw30%3D\" alt=\"\u591a\u673a\u4f4d\u673a\u5e93\u95e8\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p26-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/0f8b0d18c3b2448aa8095c782029b243.jpeg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=AhJb9SN7F8ZYqZC1mldrxj4DxAY%3D\" alt=\"\u67d4\u6027\u63d0\u5347\u95e8\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p11-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/f83ebb480f874d7d8532766887f50f1f.jpg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=WE9pMa2U8VysPG%2Fy7PjT%2FpqR4J4%3D\" alt=\"\u673a\u5e93\u95e8\u65bd\u5de5\u5b89\u88c5\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p26-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/b765d341cfcd4c858ad92d40811a3e27.jpg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=y5TmivU5AHQ5IhMTYk%2BZCQO1QpU%3D\" alt=\"\u591a\u8054\u6392\u673a\u5e93\u95e8\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p3-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/7406f05db7cb4746b339846d4086cc15.jpg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=%2BIoLN%2F9kmPobE2vKThY4iUdjQTc%3D\" alt=\"\u5c0f\u578b\u673a\u5e93\u63a8\u62c9\u95e8\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p26-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/4bcf36594050430994d9a1215057b358.jpg~tplv-a9rns2rl98-24:720:720.jpeg?lk3s=8e244e95&#038;rcl=20260302102419F1F2FBDC47B4F03D17EF&#038;rrcfp=8a172a1a&#038;x-expires=1773023059&#038;x-signature=Gle4F9PlHNLKEPxUeot5qd5OHhY%3D\" alt=\"\u9632\u7206\u578b\u673a\u5e93\u95e8\">\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <footer>\n        <p>&copy; 2026 \u98de\u673a\u5e93\u5927\u95e8\u4e13\u4e1a\u89e3\u51b3\u65b9\u6848 | \u975e\u6807\u51c6\u95e8\u53ef\u6309\u673a\u573a\u9700\u6c42\u6df1\u5316\u8bbe\u8ba1<\/p>\n    <\/footer>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u98de\u673a\u5e93\u5927\u95e8 &#8211; \u4e13\u4e1a\u5de5\u4e1a\u95e8\u89e3\u51b3\u65b9\u6848 \u98de\u673a\u5e93\u5927\u95e8 &#8211; \u4e13\u4e1a\u5de5\u4e1a\u95e8\u89e3\u51b3\u65b9\u6848 \u4ea7\u54c1\u6982\u8ff0 \u4ea7\u54c1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1638","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/pages\/1638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fujing.hk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1638"}],"version-history":[{"count":8,"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/pages\/1638\/revisions"}],"predecessor-version":[{"id":1713,"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/pages\/1638\/revisions\/1713"}],"wp:attachment":[{"href":"https:\/\/www.fujing.hk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}