摘要:
table = ' '.$table.' '; return $this; } /* 设定条件 $where :array('x>1'=>null,'name'=>'chenglin',...)*/ public function where($where){ $temp = ' WHERE '; foreach($where as $value... 阅读全文
摘要:
'; $myfile = fopen('D:\歌词.txt.txt','r'); echo '1'; $info = []; $num = 0; $number = 0; while($line = fgets($myfile)){ //获取用户名 ... 阅读全文
摘要:
字符串与爬虫相关 1,解析url 阅读全文