repeatLastSay
重复Artyom.js执行的最后一个合成文本
artyom.say("Hello", {
onEnd: function(){
// Say Hello Again
artyom.repeatLastSay();
}
});Last updated
Was this helpful?
重复Artyom.js执行的最后一个合成文本
artyom.say("Hello", {
onEnd: function(){
// Say Hello Again
artyom.repeatLastSay();
}
});Last updated
Was this helpful?
Was this helpful?