1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>Title</title>
 6 </head>
 7 <body>
 8  <script>
 9      //逻辑非(!)
10      //对条件取反
11      //注意:逻辑非,只有一个操作数
12      //语法条件:!条件
13 
14      //非真即假
15      //非假即真
16  </script>
17 </body>
18 </html>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2022-02-08
  • 2022-02-08
猜你喜欢
  • 2021-06-23
  • 2021-06-16
  • 2022-01-31
  • 2021-12-10
  • 2021-06-03
相关资源
相似解决方案