UTF8.php 57 B

12345
  1. <?php
  2. class UTF8 {
  3. public $test = '中文又来啦';
  4. }