webStorm:即使正确的代码也会提示绿色波浪线的解决方法
(代码提示:Typo: In word ‘onreadystatechange’ less… (Ctr|+F1)
Spellchecker inspection helps locate typos and misspelling in your code, comments and literals, and fix them in one click.)
如下情况:
代码中的对象函数onreadystatechange下方出现蓝色波浪线,但是代码运行结果正确。。。
解决办法:
找到setting–>点击inspections–>找到Spelling
将Spelling后面的√号去掉 即可!!!