討論下
在chorme里?otest.insertBefore(php); 這么寫會報錯:第二個參數是必填的
Uncaught TypeError: Failed to execute 'insertBefore' on 'Node': 2 arguments required, but only 1 present.?
在chorme里?otest.insertBefore(php); 這么寫會報錯:第二個參數是必填的
Uncaught TypeError: Failed to execute 'insertBefore' on 'Node': 2 arguments required, but only 1 present.?
2014-11-23
舉報
2015-04-06
你必須按照insertBefore(新的節點,要添加的節點前面)
2014-11-24
是必填的