pb geturl 獲取回傳值時,其它都對就是中文是亂碼,請問怎么解決
回傳
<?xml version="1.0" encoding="GBK" ?>
- <output>
- <head>
<retCode>0</retCode>
<retDesc>?o<retDesc>
<retValue />
<tipType>0</tipType>
<logLevel />
<content />
<arrayCount>0</arrayCount>
</head>
<body />
</output>
實際上 <retDesc>?o</retDesc 是
修改成功
uj5u.com熱心網友回復:
網路傳輸用的基本上是UTF8格式,PB的是GB2312,所以PB顯示UTF8格式的中文就是亂碼,網上找動態庫轉換下即可。轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/49926.html
標籤:Sybase
