js 获取类变量所在的对象
时间:2009-05-20 来源:yangguosdxl
这样向XMLHttpRequest注册函数:doReadyStateChange 后,在doReadyStateChange
中使用this只会得到XMLHttpRequest对象。但是用this.xmlHttpReq.placeObj就可以得
到xmlHttpReq所在的对象!
function RequestInterface(stack, date, type) {
// address must relative address
this.doReadyStateChange; |