questions.php 120 B

12345678
  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'Title' => '标题',
  5. 'Info' => '回答',
  6. 'Weigh' => '排序'
  7. ];