前端基础:为啥表单中的“提交”和“重置”出现的是中字
本帖最后由 clearwater 于 2019-12-23 21:25 编辑为啥表单中的“提交”和“重置”出现的是中文?请见截图。
这是因为我的编译器是汉化版的吗? 我的编译器是汉化的sublime.
这个能把提交这个按钮里面的字,改为英语的submit?要怎么改?
<!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> <input type="submit" value="submit"> 本帖最后由 clearwater 于 2019-12-23 21:26 编辑
咿呀呀 发表于 2019-12-23 21:24
谢谢大师。{:301_987:}
~~~~~~~~~~~~~~
已经解决辣。楼下不用再回复辣,我的小心心用完辣。{:301_1004:} 有点意思 因为你的input 中 type 的属性写的 submitreset
具体转到 w3school链接: https://www.w3school.com.cn/tags/att_input_type.asp
页:
[1]