2010年7月2日

摘要: <script type="text/javascript"> $(function(){ //设定日期选择器的相关属性 var pickerOpts = { changeMonth: true, changeYear: true, dateFormat: "DD MM yy" }; //创建日期选择器 $("#date").datepicker(pickerOpts); }); &l... 阅读全文
posted @ 2010-07-02 10:45 Jason-zy 阅读(731) 评论(0) 推荐(0)
 
摘要: 问题:支付宝返回的xml解决方法一: 用file_get_contents($url) 和curl 都无法获取 对方网址https://加密的,服务器也打开了php_openssl.dll选项     此方法失败最终解决:simplexml_load_file($url)解决 具体操作xml的函数请看 http://www.w3school.com.cn/php/php_ref_simplexm... 阅读全文
posted @ 2010-07-02 10:43 Jason-zy 阅读(472) 评论(0) 推荐(0)