While developing a mobile Application I tend to see error messages on my console. These are sended from a server and are meant to be seen in a browser.
However it is really hard to inpret these if you see the HTML and CSS. I would love to just find a website where I can just put the Code and see the formatted result. Does there exist a we开发者_如何学JAVAbsite like that?
http://jsfiddle.net/ does run JS/CSS/HTML, it doesn't emulate mobile devices if that's what you're after?
Though its pasted/typed input, so it won't... read from your App either...
jsFiddle will show the page in whichever browser you view that site in. You could also browsershots.org which allows you to get screenshots in different browsers - although currenlty there are no mobile browsers.
精彩评论