Uncaught TypeError: Illegal constructor(…)

 

使用jquery  $(Document);会报这个错误.因为 Document(大写) 是函数. document(小写) 才是文档.

 

Uncaught TypeError: Illegal constructor(…)_第1张图片

你可能感兴趣的:(Uncaught TypeError: Illegal constructor(…))