【单选题】已知协程方法Run,下列组合,能正常结束协程的是()
A. StartCoroutine(Run()); StopCoroutine(Run()); B. StartCoroutine(Run()); StopCoroutine("Run"); C. StartCoroutine("Run"); StopCoroutine(Run()); D. StartCoroutine("Run"); StopCoroutine("Run");
A. StartCoroutine(Run()); StopCoroutine(Run()); B. StartCoroutine(Run()); StopCoroutine("Run"); C. StartCoroutine("Run"); StopCoroutine(Run()); D. StartCoroutine("Run"); StopCoroutine("Run");
举一反三
- 【单选题】下面()方法可以调用对象var car={run:function(){alert(120km/h);}}的run方法。 A. car[“run”] B. car[run] C. car.run D. car.run()
- It pays ______ to buy goods of high quality. A: in the long run B: in the short run C: at a run D: on the run
- He didn't expect to ______ some of his friends here. A: run for B: run over C: run off D: run into
- The contract will______at the end of the year. A new one will have to be drawn. A: run out B: run into C: run on D: run after
- 描述线程功能和启动线程的方法分别是() A: run、start B: run、run C: start、start D: start、run