php字符串中带\t时怎样才能正常输出?
php字符串中带\t时怎样才能正常输出?
——解决方案——————–
- PHP code
<?php$str = "D:\PHPnow-1.5.6\htdocs\zc_default\includes\templates\template_default\templates\tpl_product_info_display.php";echo addcslashes($str, %本文@来源gao@!dai!ma.com搞$$代^@码!网搞代gaodaima码"\n\r\t");
------解决方案--------------------