How to call javascript object method from within HTML

后端 未结 0 1971
被撕碎了的回忆
被撕碎了的回忆 2020-12-19 20:42

I have the following class :

export default class Cursor {
    currentMode = modes.highlight
    //methods to modify currentMode
    toggleSelector = () =>         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题