equipment.php 273 B

12345678
  1. <?php
  2. // Read the JSON file
  3. $json = file_get_contents('./API/equipment.json');
  4. // Decode the JSON file
  5. $equipment_data = json_decode($json, true);
  6. $not_read = ["表頭","SB、SM警戒值一覽","TI警戒值一覽","隧道中心線上方沉陷點-SM","尾軌自動化"];