Several methods of rounding in JavaScript code collection

From , 4 Years ago, written in JavaScript, viewed 49 times.
URL https://pastebin.vip/view/d4b0a4ec
  1.  
  2. function get()
  3. {
  4. var s = 22.127456 + "";
  5. var str = s.substring(0,s.indexOf(".") + 3);
  6. alert(str);
  7. }
  8.  
  9.  

Reply to "Several methods of rounding in JavaScript code collection"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website