一.函数

function f1(){
    console.log("666");
}
f1();    //调用函数
1.普通函数定义

相关文章: