'; } function run() { echo "狗跑去操场".'
'; } } $adog = new dog(); $adog -> eat(); $adog -> run(); ?>