This will work as you expect: CreateDialog[ Table[With[{i = i}, Button["press", DialogReturn[ret = i]]], {i, 1, 3}]].
確定! 回上一頁