我试图弄明白我所学到的一切
.
Here
来自的插件
属于
时间
插件,其中提到以下几行
// ==============================
145 // ! Scriptability related code !
146 // ==============================
147 //
148 // here the plugin is asked by Mozilla to tell if it is scriptable
149 // we should return a valid interface id and a pointer to
150 // nsScriptablePeer interface which we should have implemented
151 // and which should be defined in the corressponding *.xpt file
152 // in the bin/components folder
时间
我们不需要复印
文件
文件是特定于
和
时间
不使用
XPCOM
. 那么,上述声明是什么意思呢?