as2,flash中有按钮,on (release) {
getURL("main.html?h=2", "_blank","post");
}
1 回答
慕码人8056858
TA贡献1803条经验 获得超6个赞
静态HTML页面似乎不行;
换成GET用JavaScript倒是可以接收上~
好比访问 http://localhost/example.html?foo=bar
,可以用 window.location.search
获取到 ?foo=bar
,然后再稍加处理和截取即可~
添加回答
举报
0/150
提交
取消