0

I've always had some issues with JSFiddle and I'm not sure why, but I figure I should get them sorted out.

For one, I can't figure out how to reference the body element from JS Fiddle. Here's a screenshot of the problem:

enter image description here

It might be a little hard to see, but Firebug is giving a ReferenceError, saying that body is not defined. Nothing is printed in the result area.

Here's a live fiddle: http://jsfiddle.net/V4Mg6/.

EDIT: I'm an idiot. Thanks, guys.

4

2 回答 2

1

document.body,不只是body

于 2014-03-17T20:59:50.400 回答
0

document.body不仅仅是body

于 2014-03-17T20:59:45.370 回答