开发者

How can I use JavaScript to move content in head tag to the body tag?

开发者 https://www.devze.com 2023-01-09 18:05 出处:网络
I need to move some content from head tag in开发者_开发问答to body tag. Can anyone can me some advice please?Your options are:

I need to move some content from head tag in开发者_开发问答to body tag. Can anyone can me some advice please?


Your options are:

  1. directly process the html.
  2. move stuff around via DOM.

It'd help to know what kind of content you're talking about: from where to to where.

0

精彩评论

暂无评论...
验证码 换一张
取 消