标签: html-form
我的意思是我可以从html电台输入发送大值(50-100个字母)吗?
前:
<input type="radio" name="radio1" value="i am sending more letters from here..." />
答案 0 :(得分:1)
没有限制,您应该能够发送任意数量的内容,它只是另一种形式的价值,如textarea等。