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.
with という Python スクリプトに渡された引数を読み取ろうとしていますTi.Process.createProcess。
Ti.Process.createProcess
次のコードを実行すると:
import sys sys.argv
エラーが発生します:
ファイル ""、2 行目、<module> 内 AttributeError: 'module' オブジェクトに属性 'argv' がありません
ファイル ""、2 行目、<module> 内
AttributeError: 'module' オブジェクトに属性 'argv' がありません
sysオブジェクトに属性がないようですargv。
sys
argv
私は何か間違ったことをしていますか?助言がありますか?