example.php
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PHP 代码 · 共 15 行
PHP
15 行
<?phprequire_once '../CSSML.php';error_reporting(E_ALL);$cssml = '<cssml:CSSML xmlns:cssml="http://pear.php.net/cssml/1.0"> <style browserInclude="not(gecko)" filterInclude="admin"> <selector>p</selector> <declaration property="color">text</declaration> </style></cssml:CSSML>';$cssml = new XML_CSSML('libxslt', $cssml, 'string', array('browser' => 'ns4', 'filter' => 'admin', 'comment' => 'hello there!', 'output' => 'foo.css'));//print_r($cssml);//echo $cssml->process();$cssml->process();?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?