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