ajax.php 189 B

1234567
  1. <?php
  2. return [
  3. 'Please input your content' => '请输入检测内容',
  4. 'The content is not legal' => '发现违禁词',
  5. 'The content is legal' => '未发现违禁词',
  6. ];