Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SL4A を使用して Android で Python/Javascripts を実行しています。sys.exit()JavaScript の Python に相当するものを誰か教えてもらえますか? ありがとう!
sys.exit()
あなたはこれを行うことができます:
throw "stop execution";