1、<asp:TextBox ID="tb_number" runat="server" Text='<%# Eval("number") %>' Width="50px" onkeyup="buyMode(this.id)"></asp:TextBox>

 

2、    function buyMode(textid)
    {
    alert(textid);
    
    }

相关文章:

  • 2022-02-21
  • 2021-08-16
  • 2021-11-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
相关资源
相似解决方案