index.php 103 B

12345678
  1. <?php
  2. return [
  3. '中国' => 'China',
  4. '美国' => 'USA',
  5. ];