开发者

Like live editing of XHTML and CSS in firebug can we do live testing of javascript without leaving page?

开发者 https://www.devze.com 2022-12-28 21:51 出处:网络
Like live editing of XHTML and CSS in firebug can开发者_StackOverflow中文版 we do live testing of javascript without leaving page?The firebug console supports live execution of Javascript. You have fu

Like live editing of XHTML and CSS in firebug can开发者_StackOverflow中文版 we do live testing of javascript without leaving page?


The firebug console supports live execution of Javascript. You have full access to the page's state (variables, functions, etc) to inspect/execute/alter/etc.

0

精彩评论

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