如何在 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>

更新于: 23-May-2020

158 浏览

助力你的 职业生涯

完成课程获得认证

开始
广告