question.php 350 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 <?php return [ 'Goods_id' => '广告id', 'Question_type' => '问题类型:1=填空题,2=单选题', 'Question_name' => '问题', 'Question_answer' => '正确答案', 'Createtime' => '创建时间', 'Updatetime' => '更新时间', 'Weigh' => '权重', 'Option' => '选项' ];