javascript如何判断是不是一个对象比如有一个变量a,var a = xxxxxxxxif(typeof a == "number") { a是数} else if(typeof a == "string") { 2023-04-09JavaScript220