如何创建 JavaScript 中的空值字符串?


要在 JavaScript 中创建空值字符串,可以尝试运行以下代码:

示例

<html>
   <head>
      <script>
         var val;
         val = "";
         document.write("Value: "+val);
         document.write("<br>Type: "+typeof val);
      </script>
   </head>
   <body>
   </body>
</html>

更新时间:19-Jun-2020

2K+ 浏览

开启你的职业生涯

通过完成课程获得认证

立即开始
广告