navigator.maxTouchPoints = 256 在桌面上

navigator.maxTouchPoints = 256 on desktop

我真的不知道该怎么办了。

如果我运行这个js:

    console.log(navigator.maxTouchPoints);

我在 DESKTOP 上得到 256 作为答案

没有任何帮助

知道我的电脑出了什么问题吗?

image of FireFox running code

似乎是 Windows 10 和 Firefox 的错误。您可以参考 this answer 的解决方法。虽然答案提到了它,但我还没能在 BugZilla 上找到报告的错误。