为了账号安全,请及时绑定邮箱和手机立即绑定

onclick 函数给了我“找不到变量:函数名”并且不起作用

onclick 函数给了我“找不到变量:函数名”并且不起作用

holdtom 2022-07-21 20:57:50
所以我有这段代码,当您单击一个段落时,它会将您链接到另一个 html 页面,简单的代码对吗?但它以某种方式不起作用,我想知道为什么。不起作用的功能是“tshirt”、“astronautcapa”和“capasmovel”,我觉得这很奇怪,因为它们与我所做的所有功能相同,并且在那里工作,但这些没有网页:   <!DOCTYPE html><head>    <meta charset="utf-8">    <meta http-equiv="X-UA-Compatible" content="IE=edge">    <title>Nativus Clothing</title>    <meta name="description" content="An interactive getting started guide for Brackets.">    <link rel="stylesheet" href="main.css">     <script src ="shop.js" async>    </script></head><body>    <center>        <nobr style="font-family:cute; color: #4a7bb5;font-weight: 600;line-height: 0;font-size: 110px;"><img src="" alt="logo" style="width:150px;height:150px;vertical-align: middle" ></nobr>    </center>    <HR size=2 style="color: aqua"></HR>    <button class="button" onclick="mainpage();"><b>Home</b></button>    <div class="dropdown">    <button class="button" onclick="products();"><b>Produtos</b></button>    <div class="dropdown-content">    <a href="#" onclick="tshirt();">T-Shirts</a>    <a href="#" onclick="hoodies();">Hoodies</a>    <a href="#" onclick="capasmovel();">Capas de telemovel</a>    </div>    </div>    <button class="button"><b>Personalização</b></button>    <div class="dropdown">    <button class="button"><b>Sobre nós</b></button>        <div class="dropdown-content">            <a href="#" onclick="empresa();">Empresa</a>            <a href="#" onclick="capasmovel();">Artistas</a>        </div>    </div>    <img src="shopping_cart.png" alt="carrinho" style="width:40px;height:40px;float:right;margin-right: 100px" onclick="gotocarrinho();" >    <HR size=2 style="color: #002366"></HR>        <div class="card">  <img src="nave.png" alt="nave t-shirt" style="width:100%;height: 300px">  <p class="product_name" onclick="tshirt_world();">T-Shirt World</p>  <p class="price">14.99€</p>
查看完整描述

1 回答

?
波斯汪

TA贡献1811条经验 获得超4个赞

javascript:tshirt();在href中使用

<a href="javascript:tshirt();">T-Shirts</a>


查看完整回答
反对 回复 2022-07-21
  • 1 回答
  • 0 关注
  • 98 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信