I simply need to read a text file from my computer, or a website. I've tried everything, and nothing so far has worked. It should be extremely simple, just reading a text file from a website, like http://foo.com/foo.txt/, but I've tried everything, and nothing I have seen on Google comes even close to working. I don't care how I get the problem solved, as long as I can do it.
相关问题
- What is the best way to do a search in a large fil
- garbage collection best practices
- Spring Integration - Inbound file endpoint. How to
- How to load flex swf from flash?
- php--glob for searching directories and .jpg only
相关文章
- What is the correct way to declare and use a FILE
- Making new files automatically executable?
- How to serialize data into indented json [duplicat
- Creating a custom file like object python suggesti
- Sorting a data stream before writing to file in no
- Fastest way to create files in C#
- Is there a way to instantly check whether a direct
- Prepending to a multi-gigabyte file
To read the content of a file, just use a
URLLoader
:For stuff on another domain, you will need to have a crossdomain file hosted to be able to load the text file.