gpt4 book ai didi

HTML 输入多类型属性

转载 作者:行者123 更新时间:2023-11-28 03:15:59 25 4
gpt4 key购买 nike

如果之前有人问过这个问题,请检查是否相同。

我正在使用 Materialize css,我想知道如何使用多种类型,即

<input id="login_password" type="search|password" placeholder="Password">

当使用 type="search"时,它给了我一个很棒的输入设计,现在我想在其他输入类型中使用它。

我试过两种类型,即

<input id="login_password" type="search" type="password" placeholder="Password">

现在它像 type="password"从未存在过

最佳答案

<html>
<body>

<form action="/action_page.php">
Select images: <input type="file" type="submit" name="input" >
<br>
<br>
<input type="submit">
</form>



</body>
</html>

看到这里我给出了单个输入的分配类型..如果你这样做它只会考虑第一个类型.它不会考虑第二个..所以我想说的是你不能分配多个键入单个输入标签。

关于HTML 输入多类型属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45475170/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com