php字符串中带\t时怎样才能正常输出?
php字符串中带\t时怎样才能正常输出?
——解决方案——————–
- PHP code
<?php$str = "D:\PHPnow-1.5.6\htdocs\zc_default\includes\t<mark style="color:transparent">本文来源gaodaimacom搞#^代%!码&网*</mark><pre>搞代gaodaima码
emplates\template_default\templates\tpl_product_info_display.php”;echo addcslashes($str, “\n\r\t”);
——解决方案——————–