Javascript getters/setters in IE?

前端 未结 4 1360
别跟我提以往
别跟我提以往 2020-12-03 10:43

For whatever reason, Javascript getters/setters for custom objects seem to work with any browser but IE.

Does IE have any other non-standard mechanism for this? (As

4条回答
  •  既然无缘
    2020-12-03 11:08

    For old IE browsers you can also use VB to emulate getter and setter Take a look at this getters & setters for all IE with cross browser VBClass!

提交回复
热议问题