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