@Html.TextBox("ProductNumber", "输入产品编号", new { oninput = "ch()",onfocus="test()"})
oninput是改变文本框内容触发 onfocus是获得焦点时触发