使用 document.designMode 在 Google Chrome 中实时编辑您的网站

2025-06-08

使用 document.designMode 在 Google Chrome 中实时编辑您的网站

我在推特上阅读一些东西,然后突然看到一条推文,其中展示了一个我从未想过的很酷的功能,这个功能document.designMode允许你直接编辑整个文档,这个属性默认设置为off,让我们将其更改为on,看看会发生什么奇迹。

Google Chrome document.designMode

document.designMode="on"
Enter fullscreen mode Exit fullscreen mode

信用:

鏂囩珷鏉ユ簮锛�https://dev.to/arbaoui_mehdi/edit-your-website-live-in-google-chrome-by-using-document-designmode-5d9h
PREV
Yarn 2.1 🐱‍🏍 Git 工作区、重点安装、松散模式、实时游乐场……
NEXT
WebGL 的第一步