html input元素详解
时间:2021-09-06 01:23:27
收藏:0
阅读:12
html input元素详解
input标签:
<input>
其中有不同的type类型
text
<input type="text">
password
<input type="password">
file
<input type="file">
原文:https://www.cnblogs.com/xiaocaibiancheng/p/15225128.html
评论(0)