|
|
| WAP 传递参数 |
| 作者:不详 来源:本站整理 发布时间:2006-7-27 13:43:05 发布人:tangyunfei |
减小字体
增大字体
| wap中文参数传递问题! |
search.asp <input name="fname" type="text" maxlength="12" value=""/><br/> <anchor title="注册"> <go method="post" href="check.asp" accept-charset="U-8"> <postfield name="title" value="$(fname)"/> </go>[注册]</anchor><br/> 在上面页面中输入中文后,在check.asp接收到的request("title")参数显示就会变成别的汉字,这个怎么解决?
| 页面设置 <%@CodePage=65001%> <%Response.ContentType="text/vnd.wap.wml;charset=utf-8"%>
然后将页面保存成UTF-8格式文件就好了
|
|
[]
[返回上一页]
[打 印]
[收 藏] |
|
| ∷相关文章评论∷ (评论内容只代表网友观点,与本站立场无关!) [更多评论...] |
|
|