06 2014 档案
摘要:来源:http://blog.itpub.net/23109131/viewspace-630576想实现输入法切换:思路,找出当前系统所有输入法总个数,当前输入法在总输入法中的索引,通过改变索引值,来切换输入法void input(){ //变全角为半角的输入状态 this....
阅读全文
摘要:出现这种情况需要对请求的URL进行编码转换,如下:string url="...";Encoding encode = System.Text.Encoding.GetEncoding("gb2312");url = System.Web.HttpUtility.UrlEncode(url, enc...
阅读全文
摘要:方法一://调用API[System.Runtime.InteropServices.DllImport("user32", CharSet = System.Runtime.InteropServices.CharSet.Auto, ExactSpelling = true)]public sta...
阅读全文

浙公网安备 33010602011771号