吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1283|回复: 4
收起左侧

[已解决] 前端基础:为啥表单中的“提交”和“重置”出现的是中字

[复制链接]
clearwater 发表于 2019-12-23 21:13
本帖最后由 clearwater 于 2019-12-23 21:25 编辑

为啥表单中的“提交”和“重置”出现的是中文?请见截图。

这是因为我的编译器是汉化版的吗? 我的编译器是汉化的sublime.

这个能把提交这个按钮里面的字,改为英语的submit?要怎么改?


1223.PNG
[HTML] 纯文本查看 复制代码
<!DOCTYh3E html>
<html lang="en">
<head>
        <meta charset="UTF-8">
        <title>Document</title>
        <base target="_blank"/>
</head>
<body>
<form action="">

        <input type="text" value="please input username"> username <br>
        <input type="password" name="pwd" value="pls input password"> password <br>
        <input type="radio" name="sex"> man
        <input type="radio" name="sex"> woman <br>
        <input type="checkbox" > book
        <input type="checkbox" > dancing
        <input type="checkbox" > movie
        <input type="submit">
        <input type="reset">


</form>
</body>
</html>

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

咿呀呀 发表于 2019-12-23 21:24
<input type="submit" value="submit">

免费评分

参与人数 1吾爱币 +1 热心值 +1 收起 理由
clearwater + 1 + 1 谢谢@Thanks!

查看全部评分

 楼主| clearwater 发表于 2019-12-23 21:25
本帖最后由 clearwater 于 2019-12-23 21:26 编辑

谢谢大师。

~~~~~~~~~~~~~~

已经解决辣。楼下不用再回复辣,我的小心心用完辣。
2Burhero 发表于 2019-12-23 21:26
被遗忘的路人 发表于 2019-12-24 11:44
因为你的  input 中 type 的属性写的 submit  reset

具体转到 w3school  链接: https://www.w3school.com.cn/tags/att_input_type.asp
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 22:24

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表