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.
我正在尝试使用实验性 JS。我在 chrome://flags 中启用了标志“Experimental JavaScript” ,但Function.prototype.toMethod()不起作用。我究竟做错了什么?
enabling
relaunch
Function.prototype.toMethod(){...}
standard
experimental features
https://stackoverflow.com/a/27511897/11926958