怪我咯2017-05-16 13:39:44
{{(a | filter) - (b | filter)}}
Although this can get results, the front end will report an error
{{ {{ a | filte }} - {{ b | filter }} }}
This nested writing method is not supported either
{{methods(a) - methods(b)}}
Replace the filter with a method and subtract it