How can i “unset” a class that has been declared

前端 未结 4 1259
一生所求
一生所求 2021-01-12 10:38

I have a complete Form Creation System. There are many different Question Types and I have to check if the answer which the person had made is correct.

All types of

4条回答
  •  遥遥无期
    2021-01-12 10:55

    No.

    Once a class is decalred it cannot be 'unset'

    Maybe namespaces could be of use to you?

提交回复
热议问题