gpt4 book ai didi

javascript - 如何在cocos creator中加入外部js API?

转载 作者:太空宇宙 更新时间:2023-11-04 16:03:39 42 4
gpt4 key购买 nike

我只是想知道如何在 cocos creator 中添加另一个 js API 库(在我的例子中,我想添加 smartfoxserver javascript API 库)?因为我在 cocos2d-js 中所做的,我只需要将它添加到 project.json 中,我想知道我是否可以在 cocos creator 中以同样的方式或其他方式做?

提前谢谢你

引用问题来自:

http://discuss.cocos2d-x.org/t/how-to-put-another-js-api-library-in-cocos-creator/32598

最佳答案

美好的一天

你可以使用模块导出

var x = {
/*
your stuff
*/
};
module.exports = x;

然后使用其他脚本访问它

var externalScript=require("name of the script with module.exports");

干杯

关于javascript - 如何在cocos creator中加入外部js API?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39928019/

42 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com