1   // 第一种
2   isOrder: function() {
3     //code
4   },
5   // 第二种
6   isOrders() {
7       //code
8   },

 

相关文章: