摘要: 01.//中文转为UNICODE字符 02. 03.string str = "中文"; 04. string outStr = ""; 05. if (!string.IsNullOrEmpty(str)) 06. { 07. for (int i = 0; i < str.Length; i++) 08. { 09. //将中文字符转为10进制整数,然后转为16进制unicode字符 10. outStr += "http://www.cnblogs.com/your568/admin/file://u/" + ((int) 阅读全文
posted @ 2011-03-25 13:59 火精灵 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 先在画板上裁剪要导出的图片,然后在文件里选择存储为WEB或者其他设备格式 阅读全文
posted @ 2011-03-25 08:24 火精灵 阅读(415) 评论(0) 推荐(0) 编辑