$.isEmptyObject(value)プロパティを持たない空オブジェクトの場合は
true
、プロパティを持つオブジェクトの場合はfalse
jQuery.isEmptyObject({}) // true
jQuery.isEmptyObject({ foo: "bar" }) // fals
$.isEmptyObject(value)プロパティを持たない空オブジェクトの場合は
true
、プロパティを持つオブジェクトの場合はfalse
jQuery.isEmptyObject({}) // true
jQuery.isEmptyObject({ foo: "bar" }) // fals
String S = new SimpleDateFormat("MM/dd/yyyy").format(myTimestamp);