如何使用 JavaScript 搜索链接 type 属性的值?


要搜索 JavaScript 中链接 type 属性的值,请使用 type 属性。你可以尝试运行以下代码来获取 type 属性的值。

示例

<!DOCTYPE html>
<html>
   <body>
      <p><a id = "qriesid" href = "https://qries.com/" type="text/html" >Qries</a></p>
      <script>
         var x = document.getElementById("qriesid").type;
         document.write("Value of the type attribute: "+x);
      </script>
   </body>
</html>

更新日期:2020 年 5 月 23 日

158 次浏览

开启你的职业

完成本课程以获得认证

开始
广告