摘要:
contentEditable='true' :可以编辑 contentEditable='false' :不可以编辑 阅读全文
摘要:
1.刷新当前页面:(通过给location.href赋值的方式) window.location.href="" eg:window.location.href="http://www.baidu.com" 2.重新加载文档:(location.reload()方法) 1)window.locati 阅读全文