日期:2014-05-17 浏览次数:20566 次
protected void txtJob_TextChanged(object sender, EventArgs e)
{
if (txtJob.Text.ToString().Trim() != "")
{
if (Left(txtJob.Text.ToString(),3) == "ECN")
{
}
}
}