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.
Actionscript 中的 URLLoader 和 URLRequest 有什么区别?
URLRequest准备一个 url 供 Flash 中需要与服务器通信的任何服务使用,在单个 HTTP 请求中捕获所有信息。
URLRequest
URLLoader另一方面,用于从 URL 下载数据作为文本、二进制数据或 URL 编码变量。
URLLoader