plugin.getPluginID
The 'getPluginID' function retrieves ID of the plugin defined in the script header ( //sID=... ).
getPluginID函数获取插件ID
- Prototype: plugin.getPluginID();
- Parameters: None.
- Return Value: ID of the plugin.
- Example:
alert(plugin.getPluginID());