1. 命名函数
    2. function fn(){}
    3. 函数表达式(匿名函数)
    4. var fun= function(){}
    5. fun()