gpt4 book ai didi

actionscript-3 - Action Script 3 中是否有类似 printf 的东西?

转载 作者:行者123 更新时间:2023-12-04 00:49:12 25 4
gpt4 key购买 nike

我搜索了一段时间,但没有在 Action Script 中找到类似 printf 的内容。

这使得生成格式化字符串有点困难。

最佳答案

Printf-as是一个可以处理这个问题的第三方库。 Here是 GitHub 存储库。从自述文件:

printf("You can also display numbers like PI: %f, and format them to a fixed precision, 
such as PI with 3 decimal places %.3f", Math.PI, Math.PI);
// outputs: " You can also display numbers like PI: 3.141592653589793,
// and format them to a fixed precision, such as PI with 3 decimal places 3.142"

它也适用于日期:
var date : Date = new Date();
printf("Today is %d/%m/%Y", date, date, date);

关于actionscript-3 - Action Script 3 中是否有类似 printf 的东西?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1198374/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com