摘要:实现一个功能需要把一个中文词语编码后拼到百度的URL中,在新窗口打开,实现搜索,需要一个类似与PHP中的URlencode的功能,找了好久都没找到。escape、encodeURI、encodeURIComponent都不行。<script language="vbscript"> Function str2asc(strstr) str2asc = hex(asc(strstr)) End Function Function asc2str(ascasc) asc2str = chr(ascasc) End Function </script>&l
阅读全文
04 2012 档案
摘要:1.Xcode详解http://www.cnblogs.com/liubiqu/archive/2011/09/08/2171936.html2.相关控件详解http://www.cnblogs.com/huangdongcheng/category/325526.html3.经典示例http://www.cocoachina.com/iphonedev/toolthain/2011/1019/3387.html4.教程示例http://www.cnblogs.com/gbin1/archive/2012/04/10/2441354.html
阅读全文
摘要:object-c基本语法.pdf object-c编程规范.pdf 一些基础知识http://www.cnblogs.com/huangdongcheng/category/325525.html
阅读全文
浙公网安备 33010602011771号