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.
いくつかの値を格納しているJavaScript変数があります。
Firebugまたはどこかにエコーして、どの値が保存されているかを確認できますか?
var p = user.permissions;
どうでも。この行を追加する必要がありました
前:
console.log(p);
console.log(p); と入力したところです。