scs653298 发表于 2018-12-9 10:53:27

用iis架设wap站点支持wap2.0注意事项

  安装配置iis就不用说了,根据研发需求配置iis的wap站点
  要点:wap1.0和2.0支持的文件类型
wap类型总结:
wap1.0支持如下类型(早起手机用户):
扩展名      内容类型(MIME)  
.wml        text/vnd.wap.wml  
.wbmp       image/vnd.wap.wbmp  
.wmlc      application/vnd.wap.wmlc  
.wmls      text/vnd.wap.wmls  
.wmlsc       application/vnd.wap.wmlsc 
wap2.0支持类型如下(主流手机用户,iphone,诺基亚等):
扩展名      内容类型(MIME)
.xhtml         application/vnd.wap.xhtml+xml
.xhtml MP      application/vnd.wap.xhtml+xml
.xhtml MP      application/xhtml+xml
.html          application/xhtml+xml
.htm         text/html
.css            text/css




页: [1]
查看完整版本: 用iis架设wap站点支持wap2.0注意事项