[]toFixed(0)函数是什么作用?
text = new Text();
text.fontSize = 20;
text.text = (Math.random() * 100).toFixed(0);
text.rotation = Math.random() * 360;
text.color = "#CCCCCC";
text.fontSize = 20;
text.text = (Math.random() * 100).toFixed(0);
text.rotation = Math.random() * 360;
text.color = "#CCCCCC";
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
qian
赞同来自: