1、document.open() 打开一个新的空白文档,在IE下,open有两个默认参数,相当于document.open("text/html",'""),第二个参数只有一个值可选:replace,如果启用了该值,则新建的文档会覆盖当前页面的文档(相当于清空了原文档里的所有元素,且不能后退即,浏览器的后退按钮不可用);

2、encodeURI, encodeURIComponent用途方法是对字符串进行转义,即对字符串进行编码,用decodeURIComponent和decodeURI进行解码

3、

相关文章:

  • 2021-08-11
  • 2021-11-22
  • 2021-12-29
  • 2021-11-04
  • 2021-11-27
  • 2021-06-10
  • 2022-12-23
  • 2021-12-04
猜你喜欢
  • 2022-12-23
  • 2021-08-26
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-09-26
相关资源
相似解决方案