void Dustbin( object[] rubbishs){}; // 垃圾箱不会返回给你任何东西 object FeedProcessing( object[] stock) { // Process..... return new object(); /* 返回饲料 */ }