Q

根据json,循环生成 table,table中 有button, click需要传入参数

  1. 方法1 ```js // result is Js object // result.name is string

result.name = “Hello”;

// this is wrong, 因为生成的 html代码, Hello 是个变量名 ‘’ // 输出

// this is right ‘’ // 输出 ```

  1. 方法2