开发者

Google chrome form textbox limit

开发者 https://www.devze.com 2023-01-10 05:13 出处:网络
What is the tex开发者_如何学JAVAt box limit for google chrome in characters.Virtually unlimited (limited only by computer memory). You can limit it using the maxlength parameter though:

What is the tex开发者_如何学JAVAt box limit for google chrome in characters.


Virtually unlimited (limited only by computer memory). You can limit it using the maxlength parameter though:

<input type="text" maxlength="32" />
0

精彩评论

暂无评论...
验证码 换一张
取 消