node.js ejs的input onchange要写在哪里才能一更改input里的值跳到我的函数里?
发布于 12小时前 作者 gclsoft 57 次浏览 来自 问答
<form method="post" action="/login">

<label>成本价:</label> <input type="text" name="buyPrice">

<label>卖出价:</label> 跌停:<%=down10%> <input type="text" name="sellPrice"> 涨停:<%=up10%>

<label>盈利:</label> <input type="text" name="win">

</form>

我想用户一输入,马上跳到我的函数里

回到顶部