2016-06-23 16 views

Antwort

1

Diese Hilfe Sie:

<html> 
 
<head> 
 
</head> 
 
    <body> 
 
     <script> 
 
      var a = 0.1111; 
 
      var b = ((a*10000)*100)/10000; 
 
      alert(b); 
 
     </script> 
 
    </body> 
 
</html>

Verwandte Themen