[合集] webbrowser control question# DotNet - 窗口里的风景
l*s
1 楼
☆─────────────────────────────────────☆
xig (xig) 于 (Mon Jan 1 15:44:16 2007) 提到:
在一个.net 2.0的winform程序里面,
我用webbrowser control去连一个网页,然后
用DocumentText propery得到网页内容,可是所有的
中文内容都变成乱麻了(问号之类的)。请问
如何解决? .net应该是支持unicode的呀?
☆─────────────────────────────────────☆
cogt (苦荆茶) 于 (Tue Jan 2 21:00:12 2007) 提到:
能post你的code? 你确信encoding设置对了?
☆─────────────────────────────────────☆
xig (xig) 于 (Wed Jan 3 00:46:56 2007) 提到:
我没有设置encoding,
string txt = webbrowser1.DocumentText;
如何设置?
☆───────
xig (xig) 于 (Mon Jan 1 15:44:16 2007) 提到:
在一个.net 2.0的winform程序里面,
我用webbrowser control去连一个网页,然后
用DocumentText propery得到网页内容,可是所有的
中文内容都变成乱麻了(问号之类的)。请问
如何解决? .net应该是支持unicode的呀?
☆─────────────────────────────────────☆
cogt (苦荆茶) 于 (Tue Jan 2 21:00:12 2007) 提到:
能post你的code? 你确信encoding设置对了?
☆─────────────────────────────────────☆
xig (xig) 于 (Wed Jan 3 00:46:56 2007) 提到:
我没有设置encoding,
string txt = webbrowser1.DocumentText;
如何设置?
☆───────