Is there something like printf in Action Script 3?

后端 未结 4 1308
梦如初夏
梦如初夏 2020-12-16 00:56

I searched it for while but didn\'t find anything like printf in Action Script.

That makes it a little difficult to generate formated strings.

4条回答
  •  失恋的感觉
    2020-12-16 01:15

    The only function I know that prints to a standard output is trace() (debug purposes only) , which can take virtually any type of variable.

    I might not have understood your question, though.

提交回复
热议问题