• 给输入代码加上双花括号 code -> {{code}}

    Parameters

    • code: string

      输入代码

    Returns string

    加上花括号后的代码

    foo -> {{foo}}
    
    "hello" => {{"hello"}}
    
    () => {} => {{() => {}}}