function strip(i) {return i^0;}; 
function strip(i) {return parseInt(i, 10) || 0;}; 
function strip(i) {return i>>0;}; 
//注意不能使用toFixed

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-11-25
  • 2021-06-25
  • 2022-02-04
猜你喜欢
  • 2021-11-06
  • 2021-07-13
  • 2022-03-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
相关资源
相似解决方案