怎么将输入框的内容通过按钮输出
<input name="button" type="button" onClick="openUrl()" value="输入框内容" />
替换掉“输入框内容”,把这行代码写入body部分试试。