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.
我想阅读放置在我的资产文件夹中的文本文件。我不想将该文件复制到 /sdcard 或手机内存。是否可以读取该文件。如果是的话..请帮忙。
使用 Ajax 很容易。试试下面的代码:
$.ajax({ url:"myFile.txt", // relative path to www folder type:"get", contentType:"application/text", success: function(text){ //todo: } });