如何通过浏览器操作网页(重新排列一些 HTML 控件)?
我希望能够打开我的网站并使用某种 Firefox 插件通过拖放在网站上重新排列一些 Html,并能够使用修改后的源。 我曾经使用过一个css插件,但现在不记得了。 有什么很酷的工具或插件可用吗?
I want to be able to open my website and use some kind of firefox plugin to re-arrange some Html on the site by drag-and-drop and be able to use that modified source. I used to use a css plug-in but do not remember it anymore. Are there any cool tools or plugins avaiable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它不是拖放操作,但 Firebug 可以让您修改Firefox 中的任何网页。 不过,您必须直接编辑 HTML/CSS 源代码; 完成后,您应该能够复制并粘贴到文本编辑器中。
It's not drag-and-drop, but Firebug will let you modify any web page in Firefox. You'll have to edit the HTML/CSS source directly, though; once you're done, you should be able to copy and paste into a text editor.