for (var i:int=0; i<100; i++)
{
	trace((Math.random()>0.5?-1:1)* Math.random());
}

相关文章:

  • 2021-12-03
  • 2021-12-10
  • 2021-06-08
  • 2021-10-08
  • 2022-03-05
  • 2022-02-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案