Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 IE7 和 8 中检查网站时出现以下问题(9 很好)
对象不支持此属性或方法
当我签入控制台时,它指向:
call_1 = $('.call_1 span'),
我没有看到任何错误,这可能与使用变量“call_1”的函数有关吗?
;之前更改form = $('.form')为,
;
form = $('.form')
,
另外,用分号替换最后一个逗号。