js 判断变量是否存在 if (typeof params != "undefined") { // 变量存在 } if (typeof params == "undefined") { // 变量不存在 }