{"id":244,"date":"2026-01-29T23:57:38","date_gmt":"2026-01-29T14:57:38","guid":{"rendered":"https:\/\/d22ryn5zdhpjm8.cloudfront.net\/%e6%8a%80%e8%a1%93\/"},"modified":"2026-07-02T11:37:01","modified_gmt":"2026-07-02T02:37:01","slug":"%e6%8a%80%e8%a1%93","status":"publish","type":"page","link":"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/","title":{"rendered":"\u6280\u8853\u8cc7\u8a0a"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"244\" class=\"elementor elementor-244 elementor-61\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a0173c e-flex e-con-boxed e-con e-parent\" data-id=\"2a0173c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b008f44 elementor-widget elementor-widget-html\" data-id=\"b008f44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;500;700&family=DM+Mono:wght@400&display=swap\" rel=\"stylesheet\">\n\n<style>\n  .tw {\n    font-family: 'Noto Sans JP', sans-serif;\n    padding: 0;\n  }\n\n  .cs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n  }\n\n  .card {\n    background: #f4f8f6;\n    border: 1.5px solid #b2d4c8;\n    border-top: none;\n    border-radius: 4px;\n    display: flex;\n    flex-direction: column;\n    text-decoration: none;\n    color: inherit;\n    overflow: hidden;\n    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;\n  }\n\n  .card:hover {\n    background: #eaf3ef;\n    border-color: #0f6e56;\n    box-shadow: 0 6px 28px rgba(15, 110, 86, 0.13);\n  }\n\n  .card-img {\n    width: 100%;\n    height: 270px;\n    background: #d8eae4;\n    position: relative;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-bottom: 1.5px solid #b2d4c8;\n    flex-shrink: 0;\n  }\n\n  .card:hover .card-img {\n    border-bottom-color: #0f6e56;\n  }\n\n  .card-img-placeholder {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .card-img-placeholder svg {\n    width: 36px;\n    height: 36px;\n    stroke: #7ab8a8;\n    fill: none;\n    stroke-width: 1.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .card-img-placeholder span {\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    color: #7ab8a8;\n    font-family: 'DM Mono', monospace;\n  }\n\n  .card-stripe {\n    height: 3px;\n    background: #0f6e56;\n    width: 100%;\n    flex-shrink: 0;\n  }\n\n  .card-inner {\n    padding: 1.75rem 1.75rem 1.5rem;\n    display: flex;\n    flex-direction: column;\n    gap: 1.1rem;\n    flex: 1;\n  }\n\n  .card-meta {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .card-number {\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    font-weight: 400;\n    letter-spacing: 0.2em;\n    color: #0f6e56;\n  }\n\n  .card-tag {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    color: #0f6e56;\n    background: #d8eae4;\n    border: 1px solid #a8d4c4;\n    padding: 2px 8px;\n    border-radius: 2px;\n    text-transform: uppercase;\n  }\n\n  .card-body {\n    flex: 1;\n  }\n\n  .card-title {\n    font-size: 1.45rem;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.04em;\n    color: #0d2b22;\n    margin-bottom: 0.9rem;\n  }\n\n  .card-desc {\n    font-size: 16px;\n    line-height: 1.9;\n    color: #2a3d37;\n    font-weight: 400;\n  }\n\n  .card-footer {\n    border-top: 1px solid #cce3da;\n    padding-top: 1rem;\n    margin-top: 0.25rem;\n  }\n\n  .card:hover .card-footer {\n    border-top-color: #a8d4c4;\n  }\n\n  .card-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    font-size: 14px;\n    font-weight: 700;\n    color: #ffffff;\n    background: #0f6e56;\n    border-radius: 3px;\n    padding: 10px 18px;\n    letter-spacing: 0.05em;\n    transition: background 0.2s, gap 0.2s;\n  }\n\n  .card:hover .card-cta {\n    background: #085041;\n    gap: 11px;\n  }\n\n  .card-cta svg {\n    width: 14px;\n    height: 14px;\n    stroke: #fff;\n    fill: none;\n    stroke-width: 2.2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: transform 0.2s;\n  }\n\n  .card:hover .card-cta svg {\n    transform: translateX(3px);\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(14px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .card { animation: fadeUp 0.5s ease both; }\n  .card:nth-child(1) { animation-delay: 0.05s; }\n  .card:nth-child(2) { animation-delay: 0.16s; }\n\n  @media (max-width: 640px) {\n    .cs { grid-template-columns: 1fr; gap: 14px; }\n  }\n<\/style>\n\n<div class=\"tw\">\n  <section class=\"cs\">\n\n    <a class=\"card\" href=\"\/zh-hant\/technical-documents\/\">\n      <div class=\"card-img\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/2026\u5e746\u670811\u65e5-14_05_48.png\" style=\"width:100%;height:100%;object-fit:cover;display:block;\">\n      <\/div>\n      <div class=\"card-stripe\"><\/div>\n      <div class=\"card-inner\">\n        <div class=\"card-meta\">\n          <span class=\"card-number\">01<\/span>\n          <span class=\"card-tag\">Download<\/span>\n        <\/div>\n        <div class=\"card-body\">\n          <p class=\"card-title\">\u6280\u8853\u8cc7\u6599\u4e0b\u8f09<\/p>\n          <p class=\"card-desc\">\u60a8\u53ef\u4e0b\u8f09\u767d\u76ae\u66f8\u53ca\u5404\u985e\u6280\u8853\u8cc7\u6599\u3002<\/p>\n        <\/div>\n        <div class=\"card-footer\">\n          <div class=\"card-cta\">\n            \u67e5\u770b\u8cc7\u6599\n            <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M13 6l6 6-6 6\"\/><\/svg>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/a>\n\n    <a class=\"card\" href=\"\/zh-hant\/technology\/technical-glossary\/\">\n      <div class=\"card-img\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/2026\u5e746\u670811\u65e5-16_24_41.png\" style=\"width:100%;height:100%;object-fit:cover;display:block;\">\n      <\/div>\n      <div class=\"card-stripe\"><\/div>\n      <div class=\"card-inner\">\n        <div class=\"card-meta\">\n          <span class=\"card-number\">02<\/span>\n          <span class=\"card-tag\">Glossary<\/span>\n        <\/div>\n        <div class=\"card-body\">\n          <p class=\"card-title\">\u6280\u8853\u8853\u8a9e\u89e3\u8aaa<\/p>\n          <p class=\"card-desc\">\u4ee5\u6dfa\u986f\u6613\u61c2\u7684\u65b9\u5f0f\u89e3\u8aaa\u5948\u7c73\u58d3\u5370\u76f8\u95dc\u7684\u5c08\u696d\u8853\u8a9e\u3002<\/p>\n        <\/div>\n        <div class=\"card-footer\">\n          <div class=\"card-cta\">\n            \u67e5\u8a62\u8853\u8a9e\n            <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M13 6l6 6-6 6\"\/><\/svg>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/a>\n\n  <\/section>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"01 Download \u6280\u8853\u8cc7\u6599\u4e0b\u8f09 \u60a8\u53ef\u4e0b\u8f09\u767d\u76ae\u66f8\u53ca\u5404\u985e\u6280\u8853\u8cc7\u6599\u3002 \u67e5\u770b\u8cc7\u6599 02 Glossary \u6280\u8853\u8853\u8a9e\u89e3\u8aaa \u4ee5\u6dfa\u986f\u6613\u61c2\u7684\u65b9\u5f0f\u89e3\u8aaa\u5948\u7c73\u58d3\u5370\u76f8\u95dc\u7684\u5c08\u696d\u8853\u8a9e\u3002 \u67e5\u8a62\u8853\u8a9e","protected":false},"author":1,"featured_media":437,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-244","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u6280\u8853\u8cc7\u8a0a | SCIVAX<\/title>\n<meta name=\"description\" content=\"01 Download \u6280\u8853\u8cc7\u6599\u4e0b\u8f09 \u60a8\u53ef\u4e0b\u8f09\u767d\u76ae\u66f8\u53ca\u5404\u985e\u6280\u8853\u8cc7\u6599\u3002 \u67e5\u770b\u8cc7\u6599 02 Glossary \u6280\u8853\u8853\u8a9e\u89e3\u8aaa \u4ee5\u6dfa\u986f\u6613\u61c2\u7684\u65b9\u5f0f\u89e3\u8aaa\u5948\u7c73\u58d3\u5370\u76f8\u95dc\u7684\u5c08\u696d\u8853\u8a9e\u3002 \u67e5\u8a62\u8853\u8a9e\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u6280\u8853\u8cc7\u8a0a | SCIVAX\" \/>\n<meta property=\"og:description\" content=\"01 Download \u6280\u8853\u8cc7\u6599\u4e0b\u8f09 \u60a8\u53ef\u4e0b\u8f09\u767d\u76ae\u66f8\u53ca\u5404\u985e\u6280\u8853\u8cc7\u6599\u3002 \u67e5\u770b\u8cc7\u6599 02 Glossary \u6280\u8853\u8853\u8a9e\u89e3\u8aaa \u4ee5\u6dfa\u986f\u6613\u61c2\u7684\u65b9\u5f0f\u89e3\u8aaa\u5948\u7c73\u58d3\u5370\u76f8\u95dc\u7684\u5c08\u696d\u8853\u8a9e\u3002 \u67e5\u8a62\u8853\u8a9e\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/\" \/>\n<meta property=\"og:site_name\" content=\"SCIVAX\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-02T02:37:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.scivax.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05-1024x683.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"\u6280\u8853\u8cc7\u8a0a | SCIVAX\" \/>\n<meta name=\"twitter:description\" content=\"01 Download \u6280\u8853\u8cc7\u6599\u4e0b\u8f09 \u60a8\u53ef\u4e0b\u8f09\u767d\u76ae\u66f8\u53ca\u5404\u985e\u6280\u8853\u8cc7\u6599\u3002 \u67e5\u770b\u8cc7\u6599 02 Glossary \u6280\u8853\u8853\u8a9e\u89e3\u8aaa \u4ee5\u6dfa\u986f\u6613\u61c2\u7684\u65b9\u5f0f\u89e3\u8aaa\u5948\u7c73\u58d3\u5370\u76f8\u95dc\u7684\u5c08\u696d\u8853\u8a9e\u3002 \u67e5\u8a62\u8853\u8a9e\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/%e6%8a%80%e8%a1%93\\\/\",\"url\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/%e6%8a%80%e8%a1%93\\\/\",\"name\":\"\u6280\u8853\u8cc7\u8a0a | SCIVAX\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/%e6%8a%80%e8%a1%93\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/%e6%8a%80%e8%a1%93\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.scivax.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png\",\"datePublished\":\"2026-01-29T14:57:38+00:00\",\"dateModified\":\"2026-07-02T02:37:01+00:00\",\"description\":\"01 Download \u6280\u8853\u8cc7\u6599\u4e0b\u8f09 \u60a8\u53ef\u4e0b\u8f09\u767d\u76ae\u66f8\u53ca\u5404\u985e\u6280\u8853\u8cc7\u6599\u3002 \u67e5\u770b\u8cc7\u6599 02 Glossary \u6280\u8853\u8853\u8a9e\u89e3\u8aaa \u4ee5\u6dfa\u986f\u6613\u61c2\u7684\u65b9\u5f0f\u89e3\u8aaa\u5948\u7c73\u58d3\u5370\u76f8\u95dc\u7684\u5c08\u696d\u8853\u8a9e\u3002 \u67e5\u8a62\u8853\u8a9e\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/%e6%8a%80%e8%a1%93\\\/#breadcrumb\"},\"inLanguage\":\"zh-hant\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/%e6%8a%80%e8%a1%93\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-hant\",\"@id\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/%e6%8a%80%e8%a1%93\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.scivax.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png\",\"contentUrl\":\"https:\\\/\\\/www.scivax.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/%e6%8a%80%e8%a1%93\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u6280\u8853\u8cc7\u8a0a\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/#website\",\"url\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/\",\"name\":\"SCIVAX\",\"description\":\"Nanoimprint Total Solution\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.scivax.com\\\/zh-hant\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-hant\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u6280\u8853\u8cc7\u8a0a | SCIVAX","description":"01 Download \u6280\u8853\u8cc7\u6599\u4e0b\u8f09 \u60a8\u53ef\u4e0b\u8f09\u767d\u76ae\u66f8\u53ca\u5404\u985e\u6280\u8853\u8cc7\u6599\u3002 \u67e5\u770b\u8cc7\u6599 02 Glossary \u6280\u8853\u8853\u8a9e\u89e3\u8aaa \u4ee5\u6dfa\u986f\u6613\u61c2\u7684\u65b9\u5f0f\u89e3\u8aaa\u5948\u7c73\u58d3\u5370\u76f8\u95dc\u7684\u5c08\u696d\u8853\u8a9e\u3002 \u67e5\u8a62\u8853\u8a9e","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/","og_locale":"en_US","og_type":"article","og_title":"\u6280\u8853\u8cc7\u8a0a | SCIVAX","og_description":"01 Download \u6280\u8853\u8cc7\u6599\u4e0b\u8f09 \u60a8\u53ef\u4e0b\u8f09\u767d\u76ae\u66f8\u53ca\u5404\u985e\u6280\u8853\u8cc7\u6599\u3002 \u67e5\u770b\u8cc7\u6599 02 Glossary \u6280\u8853\u8853\u8a9e\u89e3\u8aaa \u4ee5\u6dfa\u986f\u6613\u61c2\u7684\u65b9\u5f0f\u89e3\u8aaa\u5948\u7c73\u58d3\u5370\u76f8\u95dc\u7684\u5c08\u696d\u8853\u8a9e\u3002 \u67e5\u8a62\u8853\u8a9e","og_url":"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/","og_site_name":"SCIVAX","article_modified_time":"2026-07-02T02:37:01+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/www.scivax.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05-1024x683.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_title":"\u6280\u8853\u8cc7\u8a0a | SCIVAX","twitter_description":"01 Download \u6280\u8853\u8cc7\u6599\u4e0b\u8f09 \u60a8\u53ef\u4e0b\u8f09\u767d\u76ae\u66f8\u53ca\u5404\u985e\u6280\u8853\u8cc7\u6599\u3002 \u67e5\u770b\u8cc7\u6599 02 Glossary \u6280\u8853\u8853\u8a9e\u89e3\u8aaa \u4ee5\u6dfa\u986f\u6613\u61c2\u7684\u65b9\u5f0f\u89e3\u8aaa\u5948\u7c73\u58d3\u5370\u76f8\u95dc\u7684\u5c08\u696d\u8853\u8a9e\u3002 \u67e5\u8a62\u8853\u8a9e","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/","url":"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/","name":"\u6280\u8853\u8cc7\u8a0a | SCIVAX","isPartOf":{"@id":"https:\/\/www.scivax.com\/zh-hant\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/#primaryimage"},"image":{"@id":"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/#primaryimage"},"thumbnailUrl":"https:\/\/www.scivax.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png","datePublished":"2026-01-29T14:57:38+00:00","dateModified":"2026-07-02T02:37:01+00:00","description":"01 Download \u6280\u8853\u8cc7\u6599\u4e0b\u8f09 \u60a8\u53ef\u4e0b\u8f09\u767d\u76ae\u66f8\u53ca\u5404\u985e\u6280\u8853\u8cc7\u6599\u3002 \u67e5\u770b\u8cc7\u6599 02 Glossary \u6280\u8853\u8853\u8a9e\u89e3\u8aaa \u4ee5\u6dfa\u986f\u6613\u61c2\u7684\u65b9\u5f0f\u89e3\u8aaa\u5948\u7c73\u58d3\u5370\u76f8\u95dc\u7684\u5c08\u696d\u8853\u8a9e\u3002 \u67e5\u8a62\u8853\u8a9e","breadcrumb":{"@id":"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/#breadcrumb"},"inLanguage":"zh-hant","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/"]}]},{"@type":"ImageObject","inLanguage":"zh-hant","@id":"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/#primaryimage","url":"https:\/\/www.scivax.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png","contentUrl":"https:\/\/www.scivax.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.scivax.com\/zh-hant\/%e6%8a%80%e8%a1%93\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.scivax.com\/zh-hant\/"},{"@type":"ListItem","position":2,"name":"\u6280\u8853\u8cc7\u8a0a"}]},{"@type":"WebSite","@id":"https:\/\/www.scivax.com\/zh-hant\/#website","url":"https:\/\/www.scivax.com\/zh-hant\/","name":"SCIVAX","description":"Nanoimprint Total Solution","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.scivax.com\/zh-hant\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-hant"}]}},"_links":{"self":[{"href":"https:\/\/www.scivax.com\/zh-hant\/wp-json\/wp\/v2\/pages\/244","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scivax.com\/zh-hant\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.scivax.com\/zh-hant\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.scivax.com\/zh-hant\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scivax.com\/zh-hant\/wp-json\/wp\/v2\/comments?post=244"}],"version-history":[{"count":10,"href":"https:\/\/www.scivax.com\/zh-hant\/wp-json\/wp\/v2\/pages\/244\/revisions"}],"predecessor-version":[{"id":14198,"href":"https:\/\/www.scivax.com\/zh-hant\/wp-json\/wp\/v2\/pages\/244\/revisions\/14198"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.scivax.com\/zh-hant\/wp-json\/wp\/v2\/media\/437"}],"wp:attachment":[{"href":"https:\/\/www.scivax.com\/zh-hant\/wp-json\/wp\/v2\/media?parent=244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}