?? 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;?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -