問題タブ [spread]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
3948 参照

arrays - 配列に対する Lua スプレッド演算子

変数を関数に渡すときに、lua には拡散演算子がありますか?

たとえば、配列がaあり、これを別の関数に渡したいとしますstring.format。もし私がそうするならstring.format(a)、私は得る

私はlocal f, e = pcall(string.format, t)運がなかったので試しました。