摘要:
如何使用jquery刷新当前页面 下面介绍全页面刷新方法:有时候可能会用到 window.location.reload()刷新当前页面. parent.location.reload()刷新父亲对象(用于框架) opener.location.reload()刷新父窗口对象(用于单开窗口) top 阅读全文
摘要:
<input type="text" value="" placeholder="请输入您的姓名" onblur="this.placeholder=(this.placeholder=='')?'请输入您的姓名':this.placeholder" onfocus="this.placeholde 阅读全文