// let a2= 222; // console.log(a2,'a'); // // document.getElementById // // document // // document.getElementById("box").onclick = function // let a2 = 23; // let x:string = 12; // function fn1() { // console.log(this) // } // fn1() function fn2(x:any, y:any) { return x + y } fn2(1, 2); fn2("111", "222"); export const xxxx = '妹妹';