这是我的代码:
(a=document).getElementsByTagName('body')[0].appendChild(a.createElement('div').style.cssText="someCssStyle");
它不起作用!但是当我只写这个时:
(a=document).getElementsByTagName('body')[0].appendChild(a.createElement('div'));
它有效,那么为什么我不能添加具有特定样式的 div 元素呢?我的工作有什么问题?我想从 chrome 上的 URL 植入中添加一个具有特定样式的 div 元素,使用:
javascript://all of my code goes here
所以一定要短。