m.js 114 B

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