摘要:
public string ConverNo(string str) { string result = ""; char[] chars = new char[7]; for (int i = 0; i < chars.Length; i++) chars[i] = '0'; ... 阅读全文
摘要:
var NoViods = document.getElementsByClassName("NoVoid"); for (var i = 0; i < NoViods.length; i++) { if (NoViods[i].value.trim() == "") { console.log(... 阅读全文