📄 css_view.php
字号:
<?php include( "core.php" ); ?><p style="font-family: courier new, courier, fixed; font-size: 10pt; white-space: nowrap;"><?php ob_start(); include( 'css_inc.php' ); $contents = ob_get_contents (); ob_end_clean(); $contents = nl2br( string_html_specialchars( $contents ) ); #$contents = str_replace( "\t", " ", $contents ); #$contents = str_replace( " ", " ", $contents ); echo $contents;?></p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -