说明

注意


示例:

如,在画面的onLoad中,动态加载js文件,并在加载成功后执行的示例

pksys.loadJs("closed_space_runway.js",function(){
initCloseSpaceRunway();
});

接口