//----------------------------------------------------------------------------- // PluginManager // // The static class that manages the plugins. function PluginManager() { throw new Error('This is a static class'); } PluginManager._path = 'js/plugins/'; /* 变量是 字符串 */ PluginManager._scripts = []; /* 变量是 数组 */ PluginManager._errorUrls = []; /* 变量是 数组 */ PluginManager._parameters = {}; /* 变量是 obj (此处暂且看作一个哈希表吧) */
aaa.PNG (14.99 KB, 下载次数: 25)
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |