@picture9001 写道:
问题1:我在API文档中找了好久也没有找到读取文本文件的API,请问有哪些API可以读取文本中的字符?能否按行读取?
问题2:我试过在onload中和点击按钮的回调函数中加载TXT文件。例如:
onLoad: function () {
this.button.node.on('click',this.sceneClick,this);
cc.loader.load('resources/test.txt',function(err,content){
if(err){
cc.log(err)
}else{
cc.log("success")
}
});
},
sceneClick: function(event){
var button = event.detail;
}
控制台显示:
Simulator: Error: Download text failed: resources/test.txt
求教问题出在哪里?
帖子: 3
参与者: 2