2014年12月10日

TMD 去掉双引号我就不用正则表达式!!!

摘要: <?php$str="'你好123'";echo $str;$res = trim($str,"\'\'");echo $res;'你好123'你好123<?php$str="\"你好123\"";echo $str;$res = trim($str,"\"\"");echo $res;"你好123... 阅读全文

posted @ 2014-12-10 17:42 < Angus > 阅读(316) 评论(0) 推荐(0) 编辑

导航