{"id":42,"date":"2022-10-26T04:39:41","date_gmt":"2022-10-26T04:39:41","guid":{"rendered":"https:\/\/www.acsnets.tw\/?page_id=42"},"modified":"2026-05-02T13:45:15","modified_gmt":"2026-05-02T05:45:15","slug":"%e8%b2%a8%e4%bb%b6%e6%9f%a5%e8%a9%a2","status":"publish","type":"page","link":"https:\/\/www.acsnets.tw\/en\/%e8%b2%a8%e4%bb%b6%e6%9f%a5%e8%a9%a2\/","title":{"rendered":"Track parcel"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"42\" class=\"elementor elementor-42\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b1fb6e1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b1fb6e1\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-368f3f7\" data-id=\"368f3f7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-af93eb8 elementor-widget elementor-widget-html\" data-id=\"af93eb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html>\r\n<head>\r\n  <title>\u8ca8\u614b\u67e5\u8a62<\/title>\r\n<\/head>\r\n<style>\r\n  table,th,td {\r\n    border : 1px solid black;\r\n    border-collapse: collapse;\r\n  }\r\n  th,td {\r\n    padding: 5px;\r\n  }\r\n  #captcha_box {\r\n    display: inline-block; \r\n    padding: 5px 10px; \r\n    background:#eee; \r\n    font-weight: bold; \r\n    letter-spacing: 2px;\r\n    cursor: pointer; \r\n    user-select: none;\r\n  }\r\n<\/style>\r\n\r\n<body>\r\n<form name=\"logistic_form\" id=\"logistic_form\">\r\n  \u7269\u6d41\u55ae\u865f: <input type=\"text\" id=\"Jobno\"><br><br>\r\n\r\n  \u9a57\u8b49\u78bc\uff1a<span id=\"captcha_box\"><\/span>\r\n  <input type=\"text\" id=\"captcha_input\" placeholder=\"\u8acb\u8f38\u5165\u9a57\u8b49\u78bc\">\r\n  <button type=\"button\" onclick=\"refreshCaptcha()\">\u91cd\u53d6\u9a57\u8b49\u78bc<\/button>\r\n  <br><br>\r\n\r\n  <button type=\"button\" onclick=\"loadDoc()\">\u8ca8\u4ef6\u67e5\u8a62<\/button>  \r\n<\/form>\r\n\r\n<br><br>\r\n<table id=\"demo\"><\/table>\r\n\r\n<script>\r\n\/\/ \u7522\u751f 4 \u78bc\u9a57\u8b49\u78bc\r\nfunction generateCaptcha() {\r\n  let chars = \"0123456789\";\r\n  let code = \"\";\r\n  for (let i = 0; i < 4; i++) {\r\n    code += chars.charAt(Math.floor(Math.random() * chars.length));\r\n  }\r\n  return code;\r\n}\r\n\r\n\/\/ \u986f\u793a\u9a57\u8b49\u78bc\r\nfunction refreshCaptcha() {\r\n  document.getElementById(\"captcha_box\").innerText = generateCaptcha();\r\n}\r\n\r\n\/\/ \u521d\u59cb\u7522\u751f\u4e00\u6b21\r\nrefreshCaptcha();\r\n\r\nfunction loadDoc() {\r\n  var form = document.getElementById(\"logistic_form\");\r\n  var Jobno = form.elements.Jobno.value;\r\n\r\n  \/\/ \u9a57\u8b49\u78bc\u6aa2\u67e5\r\n  let inputCode = document.getElementById(\"captcha_input\").value.trim();\r\n  let realCode = document.getElementById(\"captcha_box\").innerText;\r\n\r\n  if (inputCode === \"\") {\r\n    alert(\"\u8acb\u8f38\u5165\u9a57\u8b49\u78bc\");\r\n    return;\r\n  }\r\n  if (inputCode !== realCode) {\r\n    alert(\"\u9a57\u8b49\u78bc\u932f\u8aa4\uff0c\u8acb\u91cd\u65b0\u8f38\u5165\");\r\n    refreshCaptcha();\r\n    document.getElementById(\"captcha_input\").value = \"\";\r\n    return;\r\n  }\r\n\r\n  const xhttp = new XMLHttpRequest();\r\n  xhttp.onload = function() {\r\n    myFunction(this);\r\n  }\r\n  xhttp.open(\"GET\", \"\/logisticsStatus.php?Jobno=\" + Jobno);\r\n  xhttp.send();\r\n}\r\n\r\nfunction myFunction(xml) {\r\n  if (xml.status === 200) {\r\n    const xmlDoc = xml.responseXML;\r\n    let ishas = xmlDoc.getElementsByTagName(\"ishas\")[0].textContent;\r\n    \r\n    if(ishas == \"false\"){\r\n      table = \"<tr><td>\u67e5\u7121\u6b64\u4ef6!!<\/td><\/tr>\";\r\n      document.getElementById(\"demo\").innerHTML = table;\r\n\r\n    } else {\r\n      const x = xmlDoc.getElementsByTagName(\"list\");\r\n      let table=\"<tr><th>\u6642\u9593<\/th><th>\u72c0\u614b<\/th><\/tr>\";\r\n\r\n      for (let i = 0; i < x.length; i++) { \r\n        table += \"<tr><td>\" +\r\n          x[i].getElementsByTagName(\"date\")[0].innerHTML +\r\n          \"<\/td><td>\" +\r\n          x[i].getElementsByTagName(\"stat_name\")[0].innerHTML +\r\n          \"<\/td><\/tr>\";\r\n      }\r\n      document.getElementById(\"demo\").innerHTML = table;\r\n    }\r\n  } else {\r\n    table = \"<tr><td>\u67e5\u8a62\u5931\u6557!!<\/td><tr>\";\r\n    document.getElementById(\"demo\").innerHTML = table;\r\n  }\r\n}\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9a2e8f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9a2e8f0\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5524b24\" data-id=\"5524b24\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-054ed02 elementor-widget elementor-widget-text-editor\" data-id=\"054ed02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2 style=\"text-align: center;\">\u8cbc\u5fc3\u63d0\u9192 \ud83d\udce2~<\/h2><p><b><\/b><span style=\"font-size: 14px;\">\u5982\u679c\u60a8\u5df2\u8a3b\u518a\u300c<strong>EZWAY\u5be6\u540d\u8a8d\u8b49\u53ca\u9810\u5148\u59d4\u4efb\u300d<\/strong>\uff0c\u6536\u5230\u63a8\u64ad\u6642\u6309\u7533\u5831\u76f8\u7b26\uff0c\u4ee5\u5b8c\u6210EZWAY\u59d4\u4efb\u5831\u95dc\uff0c\u5c31\u4e0d\u7528\u63d0\u4f9b\u500b\u6848\u59d4\u4efb\u66f8\u53ca\u8eab\u4efd\u8b49\u660e\u6587\u4ef6\uff1b<\/span><span style=\"font-size: 14px;\">\u82e5\u7121\u4f7f\u7528EZWAY<\/span><span style=\"font-family: 'Open Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\">\u59d4\u4efb\u5831\u95dc<\/span><span style=\"font-size: 14px;\">\uff0c\u7169\u8acb\u60a8\u5354\u52a9\u63d0\u4f9b\u76f8\u95dc\u7684\u6587\u4ef6\uff0c\u4ee5\u4fbf\u6211\u5011\u70ba\u60a8\u5b89\u6392\u901a\u95dc\u4f5c\u696d\uff0c\u8b1d\u8b1d\u60a8\uff01<\/span><\/p><p><strong>\u53ea\u97003\u5206\u9418 \u23f3\uff01\u60a8\u53ef\u4ee5\u9ede\u5165\u4ee5\u4e0b\u5e73\u53f0\u9801\u9762\u63d0\u4ea4\uff1a<\/strong><br \/><a href=\"https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs\" target=\"_blank\" rel=\"noopener\"><strong>https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs<\/strong><\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-dcea81a\" data-id=\"dcea81a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9220e31 elementor-widget elementor-widget-image\" data-id=\"9220e31\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"360\" height=\"360\" src=\"https:\/\/www.acsnets.tw\/wp-content\/uploads\/2022\/11\/M_985ztjoa_GW.png\" class=\"attachment-medium_large size-medium_large wp-image-2132\" alt=\"\" srcset=\"https:\/\/www.acsnets.tw\/wp-content\/uploads\/2022\/11\/M_985ztjoa_GW.png 360w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2022\/11\/M_985ztjoa_GW-300x300.png 300w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2022\/11\/M_985ztjoa_GW-150x150.png 150w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">ACS Line \u5b98\u65b9 ID\uff1a@acstw.yd \u6216\u6383\u63cf\u4e8c\u7dad\u689d\u78bc\u4e0a\u50b3\u6587\u4ef6<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d9793fc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d9793fc\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1545f24\" data-id=\"1545f24\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-be128d1 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"be128d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\t<b>\ud83d\uddb1 \u8acb\u7e7c\u7e8c\u5f80\u4e0b\u5212\uff01\u512a\u60e0\u597d\u5eb7\u5728\u9019\ud855\ude83\uff01<\/b>\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bdcace6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bdcace6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9dae220\" data-id=\"9dae220\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ba6b997 elementor-widget elementor-widget-heading\" data-id=\"ba6b997\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"> \ud83c\udf89\u5225\u932f\u904e\u5c08\u5c6c\u512a\u60e0\uff01<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8dbf12d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8dbf12d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-26535b9\" data-id=\"26535b9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6e0690b elementor-widget elementor-widget-image\" data-id=\"6e0690b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.acsnets.tw\/wp-content\/uploads\/2026\/05\/TW_FreeShippingPromo_1040x1040_zh-tw-1024x1024.jpg\" class=\"attachment-large size-large wp-image-4136\" alt=\"\" srcset=\"https:\/\/www.acsnets.tw\/wp-content\/uploads\/2026\/05\/TW_FreeShippingPromo_1040x1040_zh-tw-1024x1024.jpg 1024w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2026\/05\/TW_FreeShippingPromo_1040x1040_zh-tw-300x300.jpg 300w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2026\/05\/TW_FreeShippingPromo_1040x1040_zh-tw-150x150.jpg 150w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2026\/05\/TW_FreeShippingPromo_1040x1040_zh-tw-768x768.jpg 768w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2026\/05\/TW_FreeShippingPromo_1040x1040_zh-tw-12x12.jpg 12w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2026\/05\/TW_FreeShippingPromo_1040x1040_zh-tw-600x600.jpg 600w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2026\/05\/elementor\/thumbs\/TW_FreeShippingPromo_1040x1040_zh-tw-rmuoiiahz592txl270fv95o6uq010686y0sxwxqwlk.jpg 500w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2026\/05\/TW_FreeShippingPromo_1040x1040_zh-tw.jpg 1040w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bb0bf60 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bb0bf60\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0437c93\" data-id=\"0437c93\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e2a008b elementor-widget elementor-widget-image\" data-id=\"e2a008b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.iherb.com\/c\/categories\" target=\"_blank\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.acsnets.tw\/wp-content\/uploads\/elementor\/thumbs\/iHerb-\u5bb6\u5ead\u6708\u7279\u60e0-rmc5mkc5lq6riggmpy2yhz7zmw3hg9cv5qibgkkayw.jpg\" title=\"iHerb \u5bb6\u5ead\u6708\u7279\u60e0\" alt=\"iHerb \u5bb6\u5ead\u6708\u7279\u60e0\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1286061\" data-id=\"1286061\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-60ea4f6 elementor-widget elementor-widget-text-editor\" data-id=\"60ea4f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h1>\ud83c\udf81iHerb \u5bb6\u5ead\u6708\u7279\u60e0\ud83c\udf81<\/h1><h1>\u5168\u7ad9 75 \u6298\u512a\u60e0<\/h1><h2>\u8acb\u7528\u6298\u6263\u78bc FAMA26<\/h2><h3>\u7279\u6b8a\u5546\u54c1\u4e0d\u53c3\u8207\u6d3b\u52d5\u3002<br \/>\u662f\u5426\u8207\u540c\u671f\u512a\u60e0\u758a\u52a0\u4ee5\u4e0b\u55ae\u7d50\u7b97\u70ba\u6e96\u3002<br \/>\u6d3b\u52d5\u622a\u6b62\u6642\u9593\u5230 2026\/04\/29 22:59 \u622a\u6b62\u3002<\/h3><h4>\u7acb\u5373\u9078\u8cfc\uff1a<br \/><a href=\"https:\/\/www.iherb.com\/c\/categories\">https:\/\/www.iherb.com\/c\/categories<\/a><\/h4>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d3ba30b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d3ba30b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f7ce92b\" data-id=\"f7ce92b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bcd847d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"bcd847d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-88b8f1d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"88b8f1d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6174adb\" data-id=\"6174adb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5762b0f elementor-widget elementor-widget-heading\" data-id=\"5762b0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u9032\u53e3\u5831\u95dc \u5feb\u554f\u5feb\u7b54<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d58aeac elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d58aeac\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a228300\" data-id=\"a228300\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4e1bf80 elementor-widget elementor-widget-accordion\" data-id=\"4e1bf80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8191\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-8191\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Q\uff1a\u4eba\u5728\u570b\u5916\u7121\u6cd5\u9ede\u9032EZ way \u7533\u5831\u76f8\u7b26\u8acb\u554f\u53ef\u4ee5\u7528\u4ec0\u9ebc\u65b9\u5f0f\u8655\u7406<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8191\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-8191\"><p>\u4eba\u5728\u570b\u5916\u7121\u6cd5\u4f7f\u7528EZ WAY\u61c9\u7528\u7a0b\u5f0f\u9ede\u9078\u300c\u7533\u5831\u76f8\u7b26\u300d\u6642\uff0c\u4e3b\u8981\u7684\u89e3\u6c7a\u65b9\u5f0f\u662f\u806f\u7e6b\u60a8\u7684\u5831\u95dc\u696d\u8005\u6216\u7269\u6d41\u516c\u53f8\uff0c\u6539\u7528\u50b3\u7d71\u7d19\u672c\u59d4\u4efb\u7684\u65b9\u5f0f\u8655\u7406\u3002<br \/>\u8ca1\u653f\u90e8\u95dc\u52d9\u7f72\u5df2\u516c\u544a\uff0c\u81ea2025\u5e746\u670820\u65e5\u8d77\uff0cEZ WAY\u6613\u5229\u59d4\u61c9\u7528\u7a0b\u5f0f\u7981\u6b62\u5883\u5916IP\u9023\u7dda\u4f7f\u7528\uff0c\u5305\u542b\u5be6\u540d\u8a8d\u8b49\u8207\u59d4\u4efb\u4f5c\u696d\u3002\u56e0\u6b64\uff0c\u60a8\u9700\u8981\u63a1\u53d6\u4ee5\u4e0b\u6b65\u9a5f\uff1a<\/p><div class=\"otQkpb\" role=\"heading\" aria-level=\"3\" data-animation-nesting=\"\" data-sfc-cp=\"\" data-processed=\"true\" data-sae=\"\" data-complete=\"true\">\u8655\u7406\u65b9\u5f0f\uff1a<button class=\"rBl3me\" tabindex=\"0\" data-amic=\"true\" data-icl-uuid=\"5df71dbc-0476-4a2b-997b-4e7734fdaff2\" aria-label=\"\u67e5\u770b\u76f8\u95dc\u9023\u7d50\" data-wiz-attrbind=\"disabled=lMKdHc_s_C5gNJc;class=lMKdHc_s_UpSNec;\" data-ved=\"2ahUKEwj068yZw6-RAxXBUPUHHamMBowQye0OegQIBBAA\"><\/button><\/div><ol class=\"IaGLZe VimKh\" data-complete=\"true\" data-processed=\"true\"><li data-hveid=\"CAUQAA\" data-complete=\"true\" data-sae=\"\"><span class=\"T286Pc\" data-sfc-cp=\"\" data-complete=\"true\"><strong class=\"Yjhzub\" data-complete=\"true\">\u806f\u7e6b\u5831\u95dc\u696d\u8005\/\u7269\u6d41\u516c\u53f8\uff1a<\/strong><br data-serialized-params=\"[]\" data-complete=\"true\" \/>\u5305\u88f9\u62b5\u9054\u53f0\u7063\u4e26\u6e96\u5099\u6e05\u95dc\u6642\uff0c\u901a\u5e38\u6703\u6709\u5831\u95dc\u696d\u8005\u6216\u7269\u6d41\u516c\u53f8\uff08\u5982\u9806\u8c50\u3001\u9ed1\u8c93\u3001\u4e2d\u83ef\u90f5\u653f\u7b49\uff09\u8ca0\u8cac\u60a8\u7684\u8ca8\u7269\u3002\u8acb\u4e3b\u52d5\u806f\u7e6b\u4ed6\u5011\uff0c\u544a\u77e5\u60a8\u76ee\u524d\u5728\u570b\u5916\uff0c\u7121\u6cd5\u4f7f\u7528EZ WAY\u61c9\u7528\u7a0b\u5f0f\u9032\u884c\u7dda\u4e0a\u59d4\u4efb\u78ba\u8a8d\u3002<\/span><\/li><li data-hveid=\"CAUQAQ\" data-complete=\"true\" data-sae=\"\"><span class=\"T286Pc\" data-sfc-cp=\"\" data-complete=\"true\"><strong class=\"Yjhzub\" data-complete=\"true\">\u6539\u63a1\u66f8\u9762\u59d4\u4efb\uff1a<\/strong><br data-serialized-params=\"[]\" data-complete=\"true\" \/>\u5831\u95dc\u696d\u8005\u6703\u5f15\u5c0e\u60a8\u5b8c\u6210\u50b3\u7d71\u7684\u300c\u7d19\u672c\u5831\u95dc\u59d4\u4efb\u300d\u7a0b\u5e8f\u3002\u60a8\u53ef\u80fd\u9700\u8981\uff1a<\/span><br \/><ul class=\"KsbFXc U6u95\" data-complete=\"true\"><li data-hveid=\"CAUQAg\" data-complete=\"true\" data-sae=\"\"><span class=\"T286Pc\" data-sfc-cp=\"\" data-complete=\"true\">\u586b\u5beb\u4e26\u7c3d\u7f72\u4e00\u4efd\u7d19\u672c\u5831\u95dc\u59d4\u4efb\u66f8\u3002<\/span><\/li><li data-hveid=\"CAUQAw\" data-complete=\"true\" data-sae=\"\"><span class=\"T286Pc\" data-sfc-cp=\"\" data-complete=\"true\">\u63d0\u4f9b\u60a8\u7684\u8eab\u5206\u8b49\u6b63\u53cd\u9762\u5f71\u672c\u6216\u5176\u4ed6\u8eab\u5206\u8b49\u660e\u6587\u4ef6\u3002<\/span><\/li><li data-hveid=\"CAUQBA\" data-complete=\"true\" data-sae=\"\"><span class=\"T286Pc\" data-sfc-cp=\"\" data-complete=\"true\">\u5c07\u9019\u4e9b\u6587\u4ef6\u900f\u904e\u96fb\u5b50\u90f5\u4ef6\u3001\u50b3\u771f\u6216\u5176\u4ed6\u7d04\u5b9a\u65b9\u5f0f\u50b3\u9001\u7d66\u5831\u95dc\u696d\u8005\u3002<\/span><\/li><\/ul><\/li><li data-hveid=\"CAUQBQ\" data-complete=\"true\" data-sae=\"\"><span class=\"T286Pc\" data-sfc-cp=\"\" data-complete=\"true\"><strong class=\"Yjhzub\" data-complete=\"true\">\u78ba\u8a8d\u8cc7\u6599\u76f8\u7b26\uff1a<\/strong><br data-serialized-params=\"[]\" data-complete=\"true\" \/>\u5728\u9032\u884c\u66f8\u9762\u59d4\u4efb\u6642\uff0c\u8acb\u52d9\u5fc5\u4ed4\u7d30\u6838\u5c0d\u5831\u95dc\u696d\u8005\u63d0\u4f9b\u7684\u5305\u88f9\u8cc7\u8a0a\uff08\u5305\u542b\u54c1\u540d\u3001\u91d1\u984d\u3001\u6578\u91cf\u7b49\uff09\u662f\u5426\u8207\u60a8\u5be6\u969b\u8a02\u8cfc\u6216\u6536\u5230\u7684\u8ca8\u7269\u4e00\u81f4\u3002\u82e5\u767c\u73fe\u4e0d\u7b26\uff0c\u61c9\u5373\u6642\u5411\u696d\u8005\u53cd\u6620\u3002<\/span><\/li><li data-hveid=\"CAUQBg\" data-complete=\"true\" data-sae=\"\"><span class=\"T286Pc\" data-sfc-cp=\"\" data-complete=\"true\"><strong class=\"Yjhzub\" data-complete=\"true\">\u6d77\u95dc\u901a\u95dc\uff1a<\/strong><br data-serialized-params=\"[]\" data-complete=\"true\" \/>\u5831\u95dc\u696d\u8005\u6536\u5230\u60a8\u7684\u66f8\u9762\u59d4\u4efb\u6587\u4ef6\u5f8c\uff0c\u5c07\u80fd\u7e7c\u7e8c\u5411\u6d77\u95dc\u7533\u5831\u4e26\u5354\u52a9\u8ca8\u7269\u901a\u95dc\u3002<\/span><\/li><\/ol><p>\u5982\u679c\u60a8\u5df2\u8a3b\u518a\u300cEZWAY\u5be6\u540d\u8a8d\u8b49\u53ca\u9810\u5148\u59d4\u4efb\u300d\uff0c\u6536\u5230\u63a8\u64ad\u6642\u6309\u7533\u5831\u76f8\u7b26\uff0c\u4ee5\u5b8c\u6210EZWAY\u59d4\u4efb\u5831\u95dc\uff0c\u5c31\u4e0d\u7528\u63d0\u4f9b\u500b\u6848\u59d4\u4efb\u66f8\u53ca\u8eab\u4efd\u8b49\u660e\u6587\u4ef6\uff1b<br \/>\u5426\u5247\uff0c\u7169\u8acb\u60a8\u5354\u52a9\u63d0\u4f9b\u76f8\u95dc\u7684\u6587\u4ef6\uff0c\u4ee5\u4fbf\u6211\u5011\u70ba\u60a8\u5b89\u6392\u901a\u95dc\u4f5c\u696d\uff0c\u8b1d\u8b1d\u60a8\uff01<\/p><p>\u53ea\u97003\u5206\u9418\uff01\u60a8\u53ef\u4ee5\u9ede\u5165\u4ee5\u4e0b\u5e73\u53f0\u63d0\u4ea4\uff1a<br \/><a href=\"https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs\">https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs<\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8192\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-8192\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\"> Q\uff1a\u70ba\u4ec0\u9ebc\u8981\u63d0\u4f9b\u500b\u6848\u59d4\u4efb\u66f8\u548c\u8b49\u4ef6\uff1f<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8192\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-8192\"><p>A\uff1a\u6839\u64da\u7a7a\u904b\u5feb\u905e\u8ca8\u7269\u901a\u95dc\u8fa6\u6cd5\u7b2c12\u689d\u898f\u5b9a\uff0c\u9032\u51fa\u53e3\u5feb\u905e\u8ca8\u7269\u6d89\u53ca\u8f38\u51fa\u5165\u898f\u5b9a\uff08\u5982\u81a0\u56ca\u72c0\u98df\u54c1\u53ca\u85e5\u54c1\uff09\uff0c\u61c9\u4ee5\u4e00\u822c\u9032\u51fa\u53e3\u6b63\u5f0f\u5831\u55ae\u8fa6\u7406\u5831\u95dc\uff0c\u4e0d\u5f97\u4ee5\u5feb\u905e\u7c21\u6613\u7533\u5831\u901a\u95dc\uff0c\u6545\u9700\u8981\u63d0\u4f9b\u59d4\u4efb\u66f8\u4f86\u9054\u5230\u59d4\u4efb\u95dc\u4fc2\u3002<\/p><p>\u5982\u679c\u60a8\u5df2\u8a3b\u518a\u300cEZWAY\u5be6\u540d\u8a8d\u8b49\u53ca\u9810\u5148\u59d4\u4efb\u300d\uff0c\u6536\u5230\u63a8\u64ad\u6642\u6309\u7533\u5831\u76f8\u7b26\uff0c\u4ee5\u5b8c\u6210EZWAY\u59d4\u4efb\u5831\u95dc\uff0c\u5c31\u4e0d\u7528\u63d0\u4f9b\u500b\u6848\u59d4\u4efb\u66f8\u53ca\u8eab\u4efd\u8b49\u660e\u6587\u4ef6\uff1b<br \/>\u5426\u5247\uff0c\u7169\u8acb\u60a8\u5354\u52a9\u63d0\u4f9b\u76f8\u95dc\u7684\u6587\u4ef6\uff0c\u4ee5\u4fbf\u6211\u5011\u70ba\u60a8\u5b89\u6392\u901a\u95dc\u4f5c\u696d\uff0c\u8b1d\u8b1d\u60a8\uff01<\/p><p>\u53ea\u97003\u5206\u9418\uff01\u60a8\u53ef\u4ee5\u9ede\u5165\u4ee5\u4e0b\u5e73\u53f0\u63d0\u4ea4\uff1a<br \/><a href=\"https:\/\/exp.acsnets.com.tw\/esd\/acs\/custom\">https:\/\/exp.acsnets.com.tw\/esd\/acs\/custom<\/a>s<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8193\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-8193\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Q\uff1a\u80fd\u4e0d\u80fd\u900f\u904eEZWAY\uff1f<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8193\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-8193\"><p>A\uff1a\u6709\u8f38\u5165\u898f\u5b9a\u7269\u54c1(\u5982\uff1a\u4fdd\u5065\u98df\u54c1\u985e)\u5fc5\u9808\u8981\u6b63\u5f0f\u5831\u55ae\u9032\u53e3\u7533\u5831\uff01 \u76ee\u524dEZWAY X4\u901a\u95dc\u4f9d\u95dc\u52d9\u7f72\u662f\u8a66\u8fa6\u968e\u6bb5\uff0c\u82e5\u60a8\u6709\u6536\u5230\u7c21\u8a0a\u901a\u77e5\u6216EZWAY\u63a8\u64ad\uff0c\u8acb\u60a8\u76e1\u5feb\u4e0aEZWAY\u9ede\u9078\u300c\u7533\u5831\u76f8\u7b26\u300d\uff0c\u5247\u7121\u9700\u518d\u53e6\u5916\u63d0\u4f9b\u59d4\u4efb\u66f8\u53ca\u8eab\u4efd\u8b49\u660e\u6587\u4ef6\u3002\u5426\u5247\uff0c\u8acb\u60a8\u5354\u52a9\u63d0\u4f9b\u76f8\u95dc\u7684\u6587\u4ef6\uff0c\u4ee5\u5229\u5b89\u6392\u901a\u95dc\u4f5c\u696d\uff0c\u8b1d\u8b1d\uff01<br \/>\u95dc\u52d9\u7f72\u8aaa\u660e\uff1a<br \/>\u81fa\u7063\u672a\u8b8a\u66f4\u4fdd\u5065\u98df\u54c1\u9032\u53e3\u898f\u5b9a \u696d\u8005\u61c9\u5408\u6cd5\u7533\u5831\u4ee5\u52a0\u901f\u8ca8\u7269\u901a\u95dc<br \/><a href=\"https:\/\/web.customs.gov.tw\/singlehtml\/2222?cntId=f706d2d7754245839981d68a71571a2b\">https:\/\/web.customs.gov.tw\/singlehtml\/2222?cntId=f706d2d7754245839981d68a71571a2b<\/a><br \/>\u81fa\u5317\u95dc\u91cd\u7533\u5feb\u905e\u696d\u8005\u7533\u5831\u5065\u5eb7\u98df\u54c1\u53ca\u85e5\u54c1\u9032\u53e3\uff0c\u61c9\u4ee5\u4e00\u822c\u9032\u53e3\u5831\u55ae\u8fa6\u7406\u901a\u95dc<br \/><a href=\"https:\/\/taipei.customs.gov.tw\/singlehtml\/83?cntId=4279ebb3d6be445095e671c2b542388c\">https:\/\/taipei.customs.gov.tw\/singlehtml\/83?cntId=4279ebb3d6be445095e671c2b542388c<\/a><\/p><p>\u5982\u679c\u60a8\u5df2\u8a3b\u518a\u300cEZWAY\u5be6\u540d\u8a8d\u8b49\u53ca\u9810\u5148\u59d4\u4efb\u300d\uff0c\u6536\u5230\u63a8\u64ad\u6642\u6309\u7533\u5831\u76f8\u7b26\uff0c\u4ee5\u5b8c\u6210EZWAY\u59d4\u4efb\u5831\u95dc\uff0c\u5c31\u4e0d\u7528\u63d0\u4f9b\u500b\u6848\u59d4\u4efb\u66f8\u53ca\u8eab\u4efd\u8b49\u660e\u6587\u4ef6\uff1b<br \/>\u5426\u5247\uff0c\u7169\u8acb\u60a8\u5354\u52a9\u63d0\u4f9b\u76f8\u95dc\u7684\u6587\u4ef6\uff0c\u4ee5\u4fbf\u6211\u5011\u70ba\u60a8\u5b89\u6392\u901a\u95dc\u4f5c\u696d\uff0c\u8b1d\u8b1d\u60a8\uff01<\/p><p>\u53ea\u97003\u5206\u9418\uff01\u60a8\u53ef\u4ee5\u9ede\u5165\u4ee5\u4e0b\u5e73\u53f0\u63d0\u4ea4\uff1a<br \/><a href=\"https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs\">https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs<\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8194\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-8194\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Q\uff1a\u5982\u4f55\u63d0\u4ea4\u59d4\u4efb\u66f8\u8cc7\u6599\uff1f<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8194\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-8194\"><p>A\uff1a\u4e0b\u8f09\u59d4\u4efb\u66f8\u683c\u5f0f\uff0c\u586b\u5beb\u4e4b\u5f8c\uff1a<br \/>1.\u900f\u904e\u672c<a href=\"https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs\" target=\"_blank\" rel=\"noopener\"><strong>\u5b98\u7db2<\/strong><\/a>\u63d0\u4ea4<br \/>2.\u50b3\u771f\uff1a03-3932752<br \/>3.\u90f5\u5bc4\uff1a\u97fb\u9054\u570b\u969b\u80a1\u4efd\u6709\u9650\u516c\u53f8\u95dc\u52d9\u90e8\uff0c\u6843\u5712\u5e02\u5927\u5712\u5340\u822a\u52e4\u5317\u8def10-1\u865f\u884c\u653f\u5927\u6a13261\u5ba4<\/p><p>\u5982\u679c\u60a8\u5df2\u8a3b\u518a\u300cEZWAY\u5be6\u540d\u8a8d\u8b49\u53ca\u9810\u5148\u59d4\u4efb\u300d\uff0c\u6536\u5230\u63a8\u64ad\u6642\u6309\u7533\u5831\u76f8\u7b26\uff0c\u4ee5\u5b8c\u6210EZWAY\u59d4\u4efb\u5831\u95dc\uff0c\u5c31\u4e0d\u7528\u63d0\u4f9b\u500b\u6848\u59d4\u4efb\u66f8\u53ca\u8eab\u4efd\u8b49\u660e\u6587\u4ef6\uff1b<br \/>\u5426\u5247\uff0c\u7169\u8acb\u60a8\u5354\u52a9\u63d0\u4f9b\u76f8\u95dc\u7684\u6587\u4ef6\uff0c\u4ee5\u4fbf\u6211\u5011\u70ba\u60a8\u5b89\u6392\u901a\u95dc\u4f5c\u696d\uff0c\u8b1d\u8b1d\u60a8\uff01<\/p><p>\u53ea\u97003\u5206\u9418\uff01\u60a8\u53ef\u4ee5\u9ede\u5165\u4ee5\u4e0b\u5e73\u53f0\u63d0\u4ea4\uff1a<br \/><a href=\"https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs\">https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs<\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8195\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-8195\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Q\uff1a\u500b\u6848\u59d4\u4efb\u66f8\u8cc7\u6599\u5982\u4f55\u586b\u5beb\uff1f<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8195\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-8195\"><p>A\uff1a\u8acb\u4e0b\u8f09\u586b\u5beb\u7bc4\u4f8b\uff08<a href=\"https:\/\/api.exp.acsnets.com.tw\/storage\/customs\/%E5%80%8B%E6%A1%88%E5%A7%94%E4%BB%BB%E6%9B%B8ACS(YD)%E7%AF%84%E6%9C%AC-%E5%80%8B%E4%BA%BA.pdf\" target=\"_blank\" rel=\"noopener\">\u500b\u6848\u59d4\u4efb\u66f8\u7bc4\u4f8b<\/a>\uff09\u9ede\u9078\u3002<\/p><p>\u5982\u679c\u60a8\u5df2\u8a3b\u518a\u300cEZWAY\u5be6\u540d\u8a8d\u8b49\u53ca\u9810\u5148\u59d4\u4efb\u300d\uff0c\u6536\u5230\u63a8\u64ad\u6642\u6309\u7533\u5831\u76f8\u7b26\uff0c\u4ee5\u5b8c\u6210EZWAY\u59d4\u4efb\u5831\u95dc\uff0c\u5c31\u4e0d\u7528\u63d0\u4f9b\u500b\u6848\u59d4\u4efb\u66f8\u53ca\u8eab\u4efd\u8b49\u660e\u6587\u4ef6\uff1b<br \/>\u5426\u5247\uff0c\u7169\u8acb\u60a8\u5354\u52a9\u63d0\u4f9b\u76f8\u95dc\u7684\u6587\u4ef6\uff0c\u4ee5\u4fbf\u6211\u5011\u70ba\u60a8\u5b89\u6392\u901a\u95dc\u4f5c\u696d\uff0c\u8b1d\u8b1d\u60a8\uff01<\/p><p>\u53ea\u97003\u5206\u9418\uff01\u60a8\u53ef\u4ee5\u9ede\u5165\u4ee5\u4e0b\u5e73\u53f0\u63d0\u4ea4\uff1a<br \/><a href=\"https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs\">https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs<\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8196\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-8196\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Q\uff1a\u6bcf\u6b21\u90fd\u8981\u586b\u5beb\u975e\u5e38\u9ebb\u7169\uff0c\u6211\u7d93\u5e38\u8cb7\u570b\u5916\u5e73\u53f0\u7684\u5546\u54c1\uff1f<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8196\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-8196\"><p>A\uff1a\u53ef\u7533\u8acb\u9577\u671f\u59d4\u4efb\u66f8\uff0c\u8207\u6211\u53f8\u9054\u5230\u9577\u671f\u59d4\u4efb\u95dc\u4fc2\uff0c\u8acb<a href=\"https:\/\/exp.acsnets.com.tw\/esd\/acs\/customs\">\u4e0b\u8f09\u9577\u671f\u59d4\u4efb\u66f8<\/a>\u586b\u5beb\u5f8c\u5bc4\u51fa\u6b63\u672c\u3002<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8197\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-8197\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Q\uff1a\u70ba\u4ec0\u9ebc\u6703\u6709\u6eef\u5831\u8cbb\u7528\uff1f<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8197\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-8197\"><p>A\uff1a\u6309\u95dc\u7a05\u6cd5\u7b2c16\u689d\u53ca\u7b2c73\u689d\u898f\u5b9a\uff0c\u7d0d\u7a05\u7fa9\u52d9\u4eba\u61c9\u81ea\u88dd\u8f09\u8ca8\u7269\u4e4b\u904b\u8f38\u5de5\u5177\u9032\u53e3\u65e5\u4e4b\u7fcc\u65e5\u8d7715\u65e5\u5167\u5831\u95dc\uff0c\u903e\u671f\u6309\u65e5\u52a0\u5fb5\u6eef\u5831\u8cbb\u65b0\u81fa\u5e63200\u5143\uff0c\u5fb5\u6eff20\u65e5\u4ecd\u4e0d\u5831\u95dc\u8005\uff0c\u7531\u6d77\u95dc\u5c07\u5176\u8ca8\u7269\u8b8a\u8ce3\u3002<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8198\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-8198\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Q\uff1aNCC\u500b\u4eba\u81ea\u7528\u5207\u7d50\uff0c\u9032\u53e3\u8f38\u5165\u898f\u5b9a<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8198\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-8198\"><p>A\uff1a\uff081\uff09\u85cd\u82bd \/WIFI \/\u7121\u7dda\u529f\u80fd\u4e4b\u7522\u54c1\uff0c\u82e5\u983b\u6bb5\u7b26\u5408NCC\u9032\u53e3\u898f\u5b9a\uff0c\u53ef\u7533\u8acbNCC\u81ea\u7528\u5207\u7d50\u9032\u53e3\uff1b<br \/>\uff082\uff09NCC\u81ea\u7528\u5207\u7d50\u66f8\u50c5\u9650\u540c\u4e00\u5831\u55ae\/\u5feb\u905e\u8ffd\u8e64\u55ae\u865f\/\u5206\u63d0\u55ae\u865f\uff0c\u540c\u4e00\u898f\u683c\u578b\u865f\u4e00\u6b21\u81f3\u591a\u4e0d\u5f97\u903e\u4e8c\u90e8\u3002\u540c\u4e00\u81ea\u7136\u4eba\u6216\u6cd5\u4eba\u8f38\u5165\u540c\u5ee0\u724c\u578b\u865f\uff0c\u4e00\u5e74\u5167\u4ee5\u5341\u90e8\u70ba\u9650\uff1b<br \/>\uff083\uff09\u8d85\u904e2\u53f0\u4ee5\u4e0a\uff0c\u9700\u5411NCC\u7533\u8acb\u9032\u53e3\u8a31\u53ef\u8b49\u3002<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8199\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-8199\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Q\uff1a\u5546\u6aa2\u500b\u4eba\u81ea\u7528\u5207\u7d50\uff0c\u9032\u53e3\u8f38\u5165\u898f\u5b9a<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8199\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-8199\"><p>A\uff1a\u96fb\u5668\uff08\u5177\u63d2\u96fb\u529f\u80fd\uff09\u5546\u54c1\u53ef\u4f7f\u7528\u5546\u6aa2\u514d\u9a57\u9032\u53e3\u3002<br \/>\u5546\u6aa2\u514d\u9a57\u50c5\u9650\u540c\u4e00\u5831\u55ae\/\u5feb\u905e\u8ffd\u8e64\u55ae\u865f\/\u5206\u63d0\u55ae\u865f\uff0c6\u500b\u6708\u5167\u540c\u4e00\u898f\u683c\u578b\u5f0f\u50c5\u80fd\u4f7f\u7528\u4e00\u6b21\uff0c\u4e14\u91d1\u984d\u9700\u4f4e\u65bcUSD1000\uff0c5\u53f0\u4ee5\u5167\uff0c\u8d85\u904e\u4e0a\u8ff0\u9650\u5236\u9700\u5411\u7d93\u9a57\u90e8\u6a19\u6e96\u6aa2\u9a57\u5c40\u9a57\u767c\u8b49\u6ac3\u6aaf\u7533\u8acb\u8a31\u53ef\u8b49\uff0c\u4ee5\u514d\u9055\u53cd6\u500b\u6708\u5167\u91cd\u8907\u8f38\u5165\u4e4b\u898f\u5b9a\u3002<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-dba188b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dba188b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e5ab7c\" data-id=\"6e5ab7c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ca736f7 oew-divider-center elementor-widget elementor-widget-oew-divider\" data-id=\"ca736f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"oew-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"oew-divider-wrap\">\n\t\t\t<div class=\"oew-divider oew-divider-before\"><\/div>\n\t\t\t<div class=\"oew-divider-middle\">\n\t\t\t\t\t\t\t\t\t<h1 class=\"oew-divider-text\">\n\t\t\t\t\t\t\u53cb\u5584\u9023\u7d50\t\t\t\t\t<\/h1>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"oew-divider oew-divider-after\"><\/div>\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6c97294 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6c97294\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8dacb46\" data-id=\"8dacb46\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-49d4226 elementor-widget elementor-widget-image\" data-id=\"49d4226\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/a-worm.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.acsnets.tw\/wp-content\/uploads\/2025\/12\/1766024751064-1024x683.jpg\" class=\"attachment-large size-large wp-image-3834\" alt=\"\" srcset=\"https:\/\/www.acsnets.tw\/wp-content\/uploads\/2025\/12\/1766024751064-1024x683.jpg 1024w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2025\/12\/1766024751064-300x200.jpg 300w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2025\/12\/1766024751064-768x512.jpg 768w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2025\/12\/1766024751064-1536x1025.jpg 1536w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2025\/12\/1766024751064-18x12.jpg 18w, https:\/\/www.acsnets.tw\/wp-content\/uploads\/2025\/12\/1766024751064.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u8ca8\u614b\u67e5\u8a62 \u7269\u6d41\u55ae\u865f: \u9a57\u8b49\u78bc\uff1a \u91cd\u53d6\u9a57\u8b49\u78bc \u8ca8\u4ef6\u67e5\u8a62 \u8cbc\u5fc3\u63d0\u9192 \ud83d\udce2~ \u5982\u679c\u60a8\u5df2\u8a3b\u518a\u300cEZWAY\u5be6\u540d\u8a8d\u8b49\u53ca\u9810\u5148\u59d4 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-42","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/www.acsnets.tw\/en\/wp-json\/wp\/v2\/pages\/42","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.acsnets.tw\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.acsnets.tw\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.acsnets.tw\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.acsnets.tw\/en\/wp-json\/wp\/v2\/comments?post=42"}],"version-history":[{"count":620,"href":"https:\/\/www.acsnets.tw\/en\/wp-json\/wp\/v2\/pages\/42\/revisions"}],"predecessor-version":[{"id":4140,"href":"https:\/\/www.acsnets.tw\/en\/wp-json\/wp\/v2\/pages\/42\/revisions\/4140"}],"wp:attachment":[{"href":"https:\/\/www.acsnets.tw\/en\/wp-json\/wp\/v2\/media?parent=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}