📌  相关文章
📜  chrome 设计模式控制台 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:43.980000             🧑  作者: Mango

代码示例1
// Open de console (F12) and enter this line:
document.designMode="on";
/* This command let's you edit all text on the page.
Just click somewhere in a sentence and start typing. */