
错误提示:
Uncaught TypeError: Object function (e,t){return new x.fn.init(e,t,r)} has no method 'isPlainObjet'
var a = [ 1,2,3,4,1,5,6,7,1,8,9 ];
var b = { id:1, id:1, name:"yxl", sex:"nv", age:3 };
var c = {};
$("#an10").on("click",null,c,F10);
$("#an11").on("click",null,a,F10);
$("#an12").on("click",null,b,F10);
function F10(e)
{
str= $.isPlainObjet(e.data);
$("#d2").text(str);
}
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
ringa_lee