单文件

PHP单文件实现代码去行首尾空格和去空行-牛翰网

PHP单文件实现代码去行首尾空格和去空行

示例代码 <?php if($_GET['x'] == 'cha'){ $tips = isset($_POST['tips']) ? $_POST['tips'] : ''; $tips = preg_replace('/^\s+|\s+$/m', '\r\n', $tips);//去首尾空格 $tips = preg_replac...
dbacab2d5e153c1c的头像-牛翰网YUJIANYUE8个月前
03610