摘要: delimiter; 阅读全文
posted @ 2021-11-03 11:01 桃凌悦 阅读(102) 评论(0) 推荐(0)
摘要: $(document).mouseup(function(e){ var _con = $('#yrdy'); // 设置目标区域 if(!_con.is(e.target) && _con.has(e.target).length 0){ // Mark 1 功能区 }}); 阅读全文
posted @ 2021-10-29 11:12 桃凌悦 阅读(79) 评论(0) 推荐(0)
摘要: dropDownList($statusOpt,array("disabled" => "disabled")); 阅读全文
posted @ 2021-07-13 10:06 桃凌悦 阅读(232) 评论(0) 推荐(0)
摘要: 在配置页面加上这些代码就可以访问成功了!$config = [ 'components' => [ 'request' => [ 'cookieValidationKey' => 'qtOzGsjKeKfeRIQOWWxbePEe_Kie71Zt', 'enableCookieValidation' 阅读全文
posted @ 2021-07-04 15:44 桃凌悦 阅读(101) 评论(0) 推荐(0)
摘要: curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,false); 阅读全文
posted @ 2021-05-08 15:10 桃凌悦 阅读(287) 评论(0) 推荐(0)