java110
2022-09-17 19b7253dded43ab3272cd92b5deac7b48798f51b
1
2
3
4
5
6
7
8
9
 
 
switchMenu = function(){
    console.log('123123')
}
 
_gotoPage= function(){
    console.log('_gotoPage')
}