使用 document.designMode 在 Google Chrome 中实时编辑您的网站
我在推特上阅读一些东西,然后突然看到一条推文,其中展示了一个我从未想过的很酷的功能,这个功能document.designMode
允许你直接编辑整个文档,这个属性默认设置为off
,让我们将其更改为on
,看看会发生什么奇迹。
document.designMode="on"
信用:
鏂囩珷鏉ユ簮锛�https://dev.to/arbaoui_mehdi/edit-your-website-live-in-google-chrome-by-using-document-designmode-5d9h