用html的meta 标签,跳转到其它页面,代码如下:
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <meta http-equiv="refresh" content="0;url=[!--news.url--]about/about.html"> </head> <body> </body> </html>
用html的meta 标签,跳转到其它页面,代码如下:
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <meta http-equiv="refresh" content="0;url=[!--news.url--]about/about.html"> </head> <body> </body> </html>
You can follow any responses to this entry through the RSS 2.0 Both comments and pings are currently closed.