• js value 转为代码字符串

    Parameters

    • val: any

      js value

    Returns string

    表达式代码

    1 => 1
    
    hello => "hello"
    
    { foo: bar } => {{ foo: bar }}
    
    [1,2,3] => {[1,2,3]}