摘要:
2020-03-04 closest():当点击确认按钮时,需要获取表单内容,此时就需要这个函数来查找他的指定父级元素..... $(this).closest("tr").find(".lotNo").val(str); 获取div中所有表单内容,并组成对象: $("#btnRegister"). 阅读全文
摘要:
2020-03-04 1. 字符串对比,是否相同 int string.Compare(string str1,string str2,ignoreCase:bool) 运用实例: /// <summary> /// 是否超级管理员 /// </summary> public bool IsSupe 阅读全文