当前位置:编程学习 > C#/ASP.NET >>

aspx输出vrml失败

如何使用aspx输出vrml?以下代码为什么无法打开vrml内容?
<%@ Page Language="VB" %> 
<script runat="server"> 
  Private Sub Page_Load(sender As Object, e As EventArgs) 
        Response.ContentType = "model/vrml" 
        Response.Write("#VRML V2.0 utf8") 
        Response.Write(Chr(13)) 
        Response.Write("Shape { appearance Appearance {}") 
        Response.Write(Chr(13)) 
        Response.Write("geometry Box{} }") 
  End Sub 'Page_Load 

</script> 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head> 
<title>dfaf </title> 
</head> 
<body> 
    <form id="Form1" runat="server"> 
    </form> 
</body> 
</html> --------------------编程问答-------------------- 路过,帮up --------------------编程问答-------------------- 达人们,帮帮我啊
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,