var node = window.opener.document.createElement('span');
node.className='copyimagess';
node.innerHTML = str;
window.opener.document.getElementById('mzrui_abcd').appendChild(node);
谁知道我用动态添加的内容我 $_POST['dee'] 怎么是NULL
不是用js添加的我var_dump($_POST) 都有内容出来 ------解决方案-------------------- 1、确认弹出窗口没有被拦截
2、确认 id 为 mzrui_abcd 的节点在表单中
3、确认这段代码中涉及的变量有值
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn