我使用Entity Framework并使用var test = [['Rice', 125.0, 5000.0, 'Sat Dec 30 01:23:24 GMT-06:36 1899'], [, , , ], [, , , ], [, , , ], [, , , ], [, , , ], [, , , ], [, , , ]];
console.log(test.length)
for (var x = test.length-1; x > 0; x--) {
// console.log(test[x][0] )
if ( test[x][0] === undefined ) {
test.splice( x, 1 )
}
}
console.log(test)
// METHOD Use it test = clearEmpty(test)
function clearEmpty ( arrayForClear ) {
for (var x = arrayForClear.length-1; x > 0; x--) {
if ( arrayForClear[x][0] === undefined ) {
arrayForClear( x, 1 )
}
}
return arrayForClear;
}
来验证屏幕上的实体对象。
当jquery.validate.unobtrusive.js
英语时,CurrentThread
的错误消息是正确的。
消息:字段IntKey必须是数字。
当data-val-number
日本时,CurrentThread
的错误消息不正确。
消息:!FUV5H!字段IntKey必须是数字。表©鸥字!
data-val-number
日本正确时的其他错误消息
CurrentThread
此案例的解决方案。