double  price ;//科学计数格式 
BigDecimal price2
BigDecimal pAA
price2=new BigDecimal(price);//可以过虑double  price科学计数格式  %求余

if(price2.divideAndRemainder(pAA)[1].compareTo(BigDecimal.ZERO)) // %求余
{
 
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
  • 2021-10-04
猜你喜欢
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2021-04-28
相关资源
相似解决方案