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 2 调用 URL?我试过“getUrl”和“LoadVars”的各种方法。
var loader = new LoadVars(); loader.load("http://example.com/yourscript");