php方便 iconFont打包
程序员文章站
2022-06-16 12:06:17
...
直接上效果图:
上代码
iconfont tools 赵大财专版released1.0 翻版不纠 2016.5.11
";curl_close($curl);//.icon-loginagreen:beforepreg_match_all("/.icon-(.*):before/sU",$data,$title);preg_match_all("/{ content: (.*); }/sU",$data,$haha);$arr =(explode(" ",$title[1]));$i=0;foreach($title[1] as $v){ echo "static NSString *kIcon_".$v."=@".$haha[1][$i].";"."
"; $i++;}