export const mm = '妹妹'; function fn1(x, y) { console.log(this, 'this'); return x + y; } fn1(2, '43');