最佳答案
在我的应用程序中,我只使用了一行 jQuery:
$("div.printArea").printArea();
但这给了我一个打字错误:
类型 JQuery 上不存在属性‘ printArea’?
谁能告诉我怎样才能阻止这个错误出现?