<html> <body> <h1>JavaScript : typeof example</h1> <script type="text/javascript"> var num1 = 100; if(typeof num1 == 'number'){ ...
確定! 回上一頁