摘要: 将字符串转换为Unicode编码形式的字符串private static string ToUnicode(string chineseText) { if (chineseText.IsNullOrEmpty()) { return string.Empty; } byte[] btChinese = Encoding.Unicode.GetBytes(chineseText); StringBuilder sbun... 阅读全文
posted @ 2013-03-22 10:38 DCLancer 阅读(573) 评论(0) 推荐(0) 编辑
(function() { var c = document.createElement('script'); c.type = 'text/javascript'; c.async = true; c.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'www.clicki.cn/boot/48212'; var h = document.getElementsByTagName('script')[0]; h.parentNode.insertBefore(c, h); })();