浏览器不支持JavaScript怎么办

使用  noscript 标签,给用户提醒即可

<body>

  <noscript>需要js支持</noscript>

</body>

原文地址:https://www.cnblogs.com/sherrykid/p/5714187.html