Authored by 陈峰

rm test

export function a1() {
console.log('a1111');
return 1;
}
export function a2() {
console.log('a2222');
return 2;
}