📄 css_download.php
字号:
<?php #$zip->ctrl_dir = 'man'; # --- creates the page --- ob_start(); include( 'core.php' ); include( 'css_inc.php' ); $content = ob_get_contents (); ob_end_clean(); header("Cache-control: private"); #header( "Content-type: application/octet-stream" ); header( "Content-type: text/css" ); header( "Content-Disposition: attachment; filename=\"filename.css\"" ); header( "Content-Description: CSS File" ); # --- --- echo $content;?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -