css_view.php
来自「一个bug追踪工具的PHP编写的源代码」· PHP 代码 · 共 17 行
PHP
17 行
<?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 + =
减小字号Ctrl + -
显示快捷键?