dipper
2014-11-23 16:42
在chorme里 otest.insertBefore(php); 这么写会报错:第二个参数是必填的
Uncaught TypeError: Failed to execute 'insertBefore' on 'Node': 2 arguments required, but only 1 present.
你必须按照insertBefore(新的节点,要添加的节点前面)
是必填的
JavaScript进阶篇
468867 学习 · 22582 问题
相似问题