using System.Text;
StringBuilder sb=new StringBulider("select pid,pname from table");
sb.append(" where psex=男");
Page.ClientScript,RegisterClientScriptBolck(GetType(),"test","alert('"+sb.ToString()+"')",true);

相关文章:

  • 2021-07-28
  • 2022-12-23
  • 2021-08-25
  • 2021-09-24
  • 2021-09-21
  • 2022-12-23
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2021-12-06
  • 2021-10-16
相关资源
相似解决方案