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.
内部にあるテキストファイルを読み取る必要があります
/mnt/sdcard/koinoxrista
私のAndroidデバイスのディレクトリ。
内部で使用する必要があるパスは何ですか
jQuery.get('--------path_to_file-------',function(data){...}
私のアプリで呼び出す?
ブラウザでファイルを開くために使用するのと同じパス。(相対パスが必要な場合は、ドメインを差し引いてください)。ブラウザで開くことができない場合は、インターネット経由でアクセスできないため、インターネット経由でアクセスできるディレクトリ (通常は Web サーバーのパブリック ディレクトリのどこかにある) に移動する必要があります。