重定向方式读写文件#include <stdio.h>#define LOCALint main(){ #ifdef LOCAL freopen("input.txt","r",stdin); //使得scanf从文件input.txt读入 //r只读,如果文件不存在,出错 ......
在原有的页面跳转window.location.href='next.html'返回上一页window.history.back(-1)top跳转top.location.href='next.html'打开新窗口window.open("next.html"); 重定向来跳转(不留栈)window...