First, use ASP   WML development method, and use GB2312 encoded (suffix is .asp) <% response.contentType = "text / vnd.wap.wml"%>  XML version = "1.0" encoding = "GB2312" ?>  http://www.wapfourm.org/dtd/wml_1.1.xml">     This code is provided by the Bike website.  return to the upper level   Return to interactive Hebei  Return to Home   p> 2, using ASP   WML development method, and utilizing UTF-8 encoding (suffix is .asp) <% Response.contentType = "text / vnd.wap.wml" OK = UNI ("OK") zongbu = UNI ("Return to Interactive Hebei") TOP = UNI ("Back to the Super Level") HomePage = UNI ("Back Home") BIKE = UNI ("I can") CESHI = UNI ("Chinese test")%>  XML version = "1.0" encoding = "gb2312"?>      this code by Bike The website is available.
 / p> 
 <% = BIKE%>  p> 
