ในการแปลงสตริงด้วยสัญลักษณ์ทางวิทยาศาสตร์ ให้ใช้ฟังก์ชันตัวเลข ส่งค่าไปยังฟังก์ชันนี้
ตัวอย่าง
คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อแปลงสตริงเป็นรูปแบบตัวเลขที่ถูกต้อง −
การสาธิตสด
<!DOCTYPE html> <html> <body> <script> document.write("String with Scientific Notation converted below:<br>"); document.write(Number("7.53245683E7")); </script> </body> </html>
ผลลัพธ์
String with Scientific Notation converted below: 75324568.3