as2 - 表单帖子
是否可以在 as2 中将一些变量 POST 到新的浏览器窗口(例如 _blank)?我似乎无法通过谷歌找到任何例子。
显然对于 GET 我可以使用 getURL(url,target) 但我找不到任何类似的 post 函数。
有人能指出我正确的方向吗?
Is it possible to POST a few variables to a new browser window (_blank for example) in as2? I can't seem to find any examples via Google.
Obviously for GET I could use getURL(url,target) but I can't find any similar functions for post.
Can someone point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 LoadVars.send 方法。
Use LoadVars.send method.