本文介绍了在javascript中添加名称空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对asp.net ajax编程使用扩展的javascipt.我想在我的javascipt代码中添加一个名称空间,并且我使用Type.registerNamespace("myspace");但是在complie期间出现此错误:
类型未定义;
有什么问题吗?
非常感谢

i use extended javascipt for asp.net ajax programing.i want to add a namespace to my javascipt code and i use Type.registerNamespace("myspace"); but during complie i get this error:
type is undefined;
what is the problem?
thanks a lot

推荐答案


这篇关于在javascript中添加名称空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-24 03:50