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.
代码适用于除 Safari 之外的所有浏览器。
我有一个具有target="_blank"属性的表单。提交表单时,使用 Safari 时 $_POST 数组为空(使用 a 检查Yii::log(print_r($_POST,true));)但是,如果您 ctrl + 单击提交按钮(Safari 在新窗口中打开链接的快捷方式),则页面按预期加载。
target="_blank"
Yii::log(print_r($_POST,true));
以前有人遇到过这样的事情吗?解决方案?
让我补充一点,当target="blank"不存在时,代码也可以工作。
target="blank"