随笔分类 - HTML
摘要:<button @click="login()" type="submit">登录</button> 按钮类型是submit,因为submit是提交from表单的,提交了form表单跳转就失效了 改成: type="button"写了from表单还不想from表单提交,就要注意按钮的类型了
阅读全文
posted @ 2020-04-23 16:58
寒冰射手(电脑)
摘要:<nobr>不换行内容</nobr> 无论多少文字均不希望换行显示,超出宽度的内容会显示不出来。 <div> <nobr> <span class="order">' + data.row.foreignName +'</span> <span class="order" style="margin
阅读全文

浙公网安备 33010602011771号