我要封装个方法 创建文件并且写入文字 参数2个 width和height
实行后的效果
比方说如100 300
生成文件名叫s100300.less
里面内容是
@import "shiying";
@screen_width:100px;
@screen_height:300px;
这个函数怎么写。。 红色的要对应哦
------解决方案--------------------
function mkless($width, $height) {
$r[] = [email protected] "shiying";';
$r[] = sprintf([email protected]_width:%spx;', $width);
$r[] = sprintf([email protected]_height:$spx;', $height);
file_put_contents("s$width$height.less", join(PHP_EOL, $r));
}
友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群