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.
我有一个对象,我写了一个实例:
var table1=new searchTable(someoptions)
无论如何从对象内部以编程方式获取“table1”?
不,对象不知道它们被分配给什么变量和属性(可以有多个)。
绝对没有办法做到这一点。
当你这样做
LHS = RHS
RHS不知道它的结果将被分配给什么。
RHS