在chorme里 otest.insertBefore(php); 这么写会报错:第二个参数是必填的
Uncaught TypeError: Failed to execute 'insertBefore' on 'Node': 2 arguments required, but only 1 present.
你必须按照insertBefore(新的节点,要添加的节点前面)
是必填的