有两件事我不太明白
首先,有本格式的笔记本
function Allocate()
{
this.Name = $("allocateName");
this.AddAllocation = $("addAllocation");
this.setCustom= $("setCustom");
}
... some other initializations here
Allocate.prototype.EnableAllocations = function() {
this.enableAllAlloactions();
this.setCustomAllocations();
}
这只是一个例子, 所以在 Javascript 中, 这是某种类吗? 这是在名为 Discription. js 的文件中 。
我的问题如下:
如果我在 < code> Page. clientScript. registerClientScriptBlock (...) 中调用“ 启用位置” 。 code> 我该怎么做?