exports.fun1 = function (callback) { setTimeout(function(){ console.log('方法1'); callback('1'); },1900); }
確定! 回上一頁