我需要参考A.ns
。我希望这样做:
this.ns
从A
进入访问ns
,但它不起作用。
var SStorage = FOO.support({
Name: 'SStorage',
// non functions
A: {
storage: null,
ns: 'FOO_',
len: null, // should hold the length of the string in ns:
indicator: 'FOO_h_token'
},
我得到错误
this is not defined
从 A 开始。