UTF8.php 60 B

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