1,HTML source code£º <html> <head> <title>How to use Integer</title> </head> <body> <script src="jsjava.js"></script> <script> var i=Integer.parseInt("9993"); document.write(i); </script> </body> </html> 2,The display text is:

9993